Skip to content

Commit

Permalink
[Change] main.py
Browse files Browse the repository at this point in the history
Former-commit-id: 92477a9acfb9c83968e30deb2090e484a547e372
  • Loading branch information
soncy0311 committed Dec 1, 2021
1 parent dfa4dbe commit 4683a97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from app import app

if __name__ == "__main__" :
app.debug = True
app.run(host='0.0.0.0', debug=True)
app.run(host='0.0.0.0')

0 comments on commit 4683a97

Please sign in to comment.