Inverse-Rezeptsuche/run.py

6 lines
82 B
Python
Raw Normal View History

2020-04-10 14:14:34 +00:00
from application import app
app.run(host="localhost", port='5001', debug=True)