fix port
This commit is contained in:
parent
3a6420eef1
commit
ae2568c187
2
main.py
2
main.py
@ -5,7 +5,7 @@ from daemon.SimpleDaemon import Daemon
|
|||||||
|
|
||||||
class CdnServerDaemon(Daemon):
|
class CdnServerDaemon(Daemon):
|
||||||
def run(self):
|
def run(self):
|
||||||
uvicorn.run("server:app", port=5000, log_level="info")
|
uvicorn.run("server:app", port=5023, log_level="info")
|
||||||
|
|
||||||
|
|
||||||
# Press the green button in the gutter to run the script.
|
# Press the green button in the gutter to run the script.
|
||||||
|
Loading…
Reference in New Issue
Block a user