Commit 8695734d authored by Willard's avatar Willard

Add if statement for run.py

parent 69c5b222
from canteeneo import app
app.run(host='0.0.0.0', port=5000, debug=True)
\ No newline at end of file
if __name__ == "__main__":
app.run(host='0.0.0.0', port=5000, debug=True)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment