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!")