Update NSLGameScanner.py

This commit is contained in:
Roy 2025-01-04 10:22:10 -08:00 committed by GitHub
parent 29c846cb76
commit 5663a0b950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1551,7 +1551,6 @@ if new_shortcuts_added or shortcuts_updated:
except IOError as e: except IOError as e:
print(f"Error writing to shortcuts.vdf: {e}") print(f"Error writing to shortcuts.vdf: {e}")
# Print the created shortcuts # Print the created shortcuts
if created_shortcuts: if created_shortcuts:
print("Created Shortcuts:") print("Created Shortcuts:")
@ -1559,7 +1558,7 @@ if new_shortcuts_added or shortcuts_updated:
print(name) print(name)
# Combine the names of created shortcuts into a single notification message # Combine the names of created shortcuts into a single notification message
notification_text = "Added the following games to your Steam library, dont forget to restart steam!:\n" + "\n".join(created_shortcuts) notification_text = "New games added! Restart Steam to apply:\n" + "\n".join(created_shortcuts)
time.sleep(1) time.sleep(1)