(20250102) Debugging test in tick-out.

This commit is contained in:
2025-01-02 13:03:45 +00:00
parent b8f6da6189
commit 4a0e936d6e
+7
View File
@@ -484,6 +484,13 @@ if __name__ == "__main__":
os.environ["SCRIPT_ID"] = args.script_id os.environ["SCRIPT_ID"] = args.script_id
os.environ["DEBUG"] = str(args.debug) os.environ["DEBUG"] = str(args.debug)
# Startup message:
message = "Debugging will be disabled by default."
printer.enable()
printer(message)
printer.disable()
print(message)
# Run the gateway: # Run the gateway:
freeze_support() freeze_support()
uvicorn.run( uvicorn.run(