Commit d16d55bb authored by Willard's avatar Willard

Remove unneedd args from run.py

parent dc5c864c
from canteeneo import app from canteeneo import app
if __name__ == "__main__": if __name__ == "__main__":
app.run(host='0.0.0.0', port=5000, debug=True) app.run()
\ No newline at end of file \ 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