This commit is contained in:
Robohash 2013-01-30 13:50:14 -05:00
parent 5e3baf6916
commit 77f369489d
2 changed files with 1 additions and 1 deletions

BIN
static/img/down-arrow.pxm Normal file

Binary file not shown.

View File

@ -237,7 +237,7 @@ class ImgHandler(tornado.web.RequestHandler):
for st in split:
b = st.encode('ascii','ignore').split('_')
if len(b) == 2:
if b[0] in ['gravatar','ignoreext','size','set','bgset']:
if b[0] in ['gravatar','ignoreext','size','set','bgset','color']:
args[b[0]] = b[1]
string = split[len(split)-1]