diff --git a/main.py b/main.py index 5496b79..418b300 100644 --- a/main.py +++ b/main.py @@ -5,7 +5,7 @@ from daemon.SimpleDaemon import Daemon class CdnServerDaemon(Daemon): def run(self): - uvicorn.run("server:app", port=5023, log_level="info") + uvicorn.run("server:app", port=5044, log_level="info") # Press the green button in the gutter to run the script.