removed stoudt

This commit is contained in:
Roy
2024-02-13 18:36:36 -08:00
committed by GitHub
parent 8b97bd5598
commit ae65c04811
-1
View File
@@ -1039,7 +1039,6 @@ 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!")