(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["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(
|
||||||
|
|||||||
Reference in New Issue
Block a user