master
daz 2014-01-07 13:55:10 +01:00
parent f42795d30a
commit d017cb619b
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@ def read_pope(width, height, pope_image):
except RedisConnectionError:
im = read_pope_from_fs(width, height, pope_image)
else: #TODO: join those two
im = read_pope_from_fs(width, height, pope_image)
return im