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 88d4dc0 commit 9300545
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 @@ -157,7 +157,7 @@ def load(self):
return self.application


app = App()
app = App
except Exception as e:
logger.error(e)
start_routine()
Expand Down

0 comments on commit 9300545

Please sign in to comment.