diff --git a/run.py b/run.py index 0de6b9a..263e717 100644 --- a/run.py +++ b/run.py @@ -7,5 +7,5 @@ "comet.main:app", host=os.getenv("FASTAPI_HOST", "127.0.0.1"), port=int(os.getenv("FASTAPI_PORT", "8000")), - workers=int(os.getenv("FASTAPI_WORKERS", 2*(os.cpu_count() or 1))), + workers=int(os.getenv("FASTAPI_WORKERS", 2*(os.cpu_count() or 1))) ) \ No newline at end of file