Skip to content

Commit

Permalink
bugfix for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
seymasa committed Jul 31, 2022
1 parent cf4bedf commit d8a9513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsgi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from app import app

if __name__ == '__main__':
app.run()
app.run()

0 comments on commit d8a9513

Please sign in to comment.