(20250102) Debugging test in tick-out.
This commit is contained in:
@@ -484,6 +484,13 @@ if __name__ == "__main__":
|
||||
os.environ["SCRIPT_ID"] = args.script_id
|
||||
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:
|
||||
freeze_support()
|
||||
uvicorn.run(
|
||||
|
||||
Reference in New Issue
Block a user