Skip to content

Commit

Permalink
Remove reload option
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Sep 16, 2024
1 parent cb25f73 commit db9ff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cea/interfaces/dashboard/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main(config):

uvicorn.run("cea.interfaces.dashboard.app:app",
env_file=f.name,
host=settings.host, port=settings.port, reload=True)
host=settings.host, port=settings.port)
except KeyboardInterrupt:
sys.exit(0)

Expand Down

0 comments on commit db9ff85

Please sign in to comment.