From 1f15bbd817192fb196de5b883c84d48a6f7d1bbb Mon Sep 17 00:00:00 2001
From: Colin Davis <colin@e1ven.com>
Date: Fri, 27 Jul 2012 13:26:14 -0400
Subject: [PATCH] oops

---
 webfront.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webfront.py b/webfront.py
index 45c8cc9..1d6eade 100755
--- a/webfront.py
+++ b/webfront.py
@@ -241,7 +241,7 @@ class ImgHandler(tornado.web.RequestHandler):
             
             
         if client_ignoreext != "false":
-            if string.endswith(('.png','.gif','.jpg','.bmp','.jpeg','.ppm')):
+            if string.endswith(('.png','.gif','.jpg','.bmp','.jpeg','.ppm','.datauri')):
                 string = string[0:string.rfind('.')]
         r = Robohash(string)