There was an error while loading. Please reload this page.
1 parent 7a539c8 commit b4466c6Copy full SHA for b4466c6
1 file changed
api-server/run.py
@@ -18,7 +18,7 @@ def serve():
18
print(f"Running with {workers} workers")
19
uvicorn.run("app.main:app", workers=workers, host="0.0.0.0", port=8000)
20
else:
21
- raise ValueError(f"Invalid mode provided: {mode}")
+ raise ValueError(f"Invalid mode: {mode}")
22
23
if __name__ == "__main__":
24
serve()
0 commit comments