Skip to content

Commit

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

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

0 comments on commit dfa4dbe

Please sign in to comment.