thermo-pwa/run.py

4 lines
71 B
Python

from app import app
app.run(host="localhost", port=80, threaded=True)