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']
|
||||
else:
|
||||
try:
|
||||
image = IMAGES[image]
|
||||
image = images[image]
|
||||
except:
|
||||
image = IMAGES['kitty']
|
||||
if ghe is None or ghe == "":
|
||||
|
Reference in New Issue
Block a user