Fix heroic image string

This commit is contained in:
kramo
2023-03-24 21:17:07 +01:00
parent 4401378ce3
commit 06550c0138

View File

@@ -142,7 +142,7 @@ def heroic_parser(parent_widget, action):
heroic_dir, heroic_dir,
"images-cache", "images-cache",
hashlib.sha256( hashlib.sha256(
(f'{game["art_square"]} ?h=400&resize=1&w=300').encode() (f'{game["art_square"]}?h=400&resize=1&w=300').encode()
).hexdigest(), ).hexdigest(),
) )
if os.path.exists(image_path): if os.path.exists(image_path):