Skip to content

Commit

Permalink
Update NSLGameScanner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Dec 13, 2024
1 parent 516992e commit c92defb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NSLGameScanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def download_artwork(game_id, art_type, shortcut_id, dimensions=None):
except requests.exceptions.RequestException as e:
print(f"Error downloading image: {e}")
if art_type == 'icons':
download_artwork(game_id, 'icons_ico', shortcut_id)
download_artwork(game_id, 'icons', shortcut_id)


if data is None:
Expand Down

0 comments on commit c92defb

Please sign in to comment.