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'] image = IMAGES['kitty']
else: else:
try: try:
image = IMAGES[image] image = images[image]
except: except:
image = IMAGES['kitty'] image = IMAGES['kitty']
if ghe is None or ghe == "": if ghe is None or ghe == "":