diff --git a/src/utils/heroic_parser.py b/src/utils/heroic_parser.py index 95ed1f1..494f6c4 100644 --- a/src/utils/heroic_parser.py +++ b/src/utils/heroic_parser.py @@ -142,7 +142,7 @@ def heroic_parser(parent_widget, action): heroic_dir, "images-cache", 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(), ) if os.path.exists(image_path):