fix the bug that kitty always appears when using user templates

This commit is contained in:
Kazuki Hamasaki
2014-01-16 23:29:13 +09:00
parent f4f0b5bf22
commit 0eb93f7afc

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 == "":