Skip to content

Commit

Permalink
fixed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Jan 12, 2025
1 parent 5822cf0 commit f2c1545
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 @@ -1555,7 +1555,7 @@ def get_amazon_games():
else:
print("No games found.")

for game_id in all_game_ids:
for game_id in game_ids:
game_name = 'Unknown Game'
for xml_file in valid_xml_files:
try:
Expand Down

0 comments on commit f2c1545

Please sign in to comment.