Skip to content

Commit

Permalink
Update NSLGameScanner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Jul 16, 2024
1 parent b369197 commit 1c027a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NSLGameScanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,10 @@ def dbpath_to_game(paths):
except IOError as e:
print(f"Error writing to shortcuts.vdf: {e}")

# Reset the flags
new_shortcuts_added = False
shortcuts_updated = False

# Print the created shortcuts
if created_shortcuts:
print("Created Shortcuts:")
Expand Down

0 comments on commit 1c027a6

Please sign in to comment.