diff --git a/main.py b/main.py index aef7004..4a15d0d 100644 --- a/main.py +++ b/main.py @@ -10,6 +10,7 @@ class CdnServerDaemon(Daemon): # Press the green button in the gutter to run the script. if __name__ == '__main__': + # uvicorn.run("server:app", port=5000, log_level="info") with CdnServerDaemon('/tmp/daemon-cdn-server.pid', error_log_file='errlog.txt') as daemon: daemon.process_command()