mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2025-02-01 11:22:37 +01:00
Update NSLGameScanner.py
This commit is contained in:
parent
516992e797
commit
c92defb786
@ -304,7 +304,7 @@ def download_artwork(game_id, art_type, shortcut_id, dimensions=None):
|
|||||||
except requests.exceptions.RequestException as e:
|
except requests.exceptions.RequestException as e:
|
||||||
print(f"Error downloading image: {e}")
|
print(f"Error downloading image: {e}")
|
||||||
if art_type == 'icons':
|
if art_type == 'icons':
|
||||||
download_artwork(game_id, 'icons_ico', shortcut_id)
|
download_artwork(game_id, 'icons', shortcut_id)
|
||||||
|
|
||||||
|
|
||||||
if data is None:
|
if data is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user