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 6f815db commit 9125383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BookingSystem/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ def debug_login() -> flask.Response:


class App(gunicorn.app.base.BaseApplication):
def __init__(self, app=None, options: dict = {}):
def __init__(self, app=None, options=None):
start_routine()
self.options = options
self.options = options or {}
self.application = _app
super().__init__()

Expand Down

0 comments on commit 9125383

Please sign in to comment.