mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 07:11:52 +01:00
added back stdoubt
This commit is contained in:
parent
d8b392efe2
commit
3686a6323a
@ -1039,6 +1039,7 @@ if new_shortcuts_added or shortcuts_updated:
|
||||
|
||||
# Print the shortcut information in JSON format
|
||||
message = json.dumps(shortcut_info)
|
||||
print(message, flush=True) # Print to stdout
|
||||
pipe.write(message + '\n') # Write to the pipe
|
||||
|
||||
print("All finished!")
|
||||
|
Loading…
Reference in New Issue
Block a user