Merge pull request #10 from ashphy/master

Fix the bug that kitty always appears when using user templates
This commit is contained in:
Eric Romano
2014-01-17 11:19:05 -08:00

View File

@ -302,7 +302,7 @@ def main():
image = IMAGES['kitty']
else:
try:
image = IMAGES[image]
image = images[image]
except:
image = IMAGES['kitty']
if ghe is None or ghe == "":