Merge pull request #10 from ashphy/master
Fix the bug that kitty always appears when using user templates
This commit is contained in:
@ -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 == "":
|
||||||
|
Reference in New Issue
Block a user