mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00
fixes #7
This commit is contained in:
parent
5e3baf6916
commit
77f369489d
BIN
static/img/down-arrow.pxm
Normal file
BIN
static/img/down-arrow.pxm
Normal file
Binary file not shown.
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user