Fix heroic image string
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user