Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Jul 26, 2024
1 parent e20acf8 commit 8b0e65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BookingSystem/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def debug_login() -> flask.Response:
if __name__ == '__main__':
create_app().run(host='0.0.0.0')
else:
import gunicorn
import gunicorn.app.base
from routine_tasks import start_routine


Expand Down

0 comments on commit 8b0e65f

Please sign in to comment.