From 3686a6323a4b97a8d0724dfcc4a6614abf9d78a8 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Fri, 16 Feb 2024 04:30:02 -0800 Subject: [PATCH] added back stdoubt --- NSLGameScanner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/NSLGameScanner.py b/NSLGameScanner.py index 0612a58..1e914b9 100644 --- a/NSLGameScanner.py +++ b/NSLGameScanner.py @@ -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!")