thermo-pwa/run.py

4 lines
71 B
Python
Raw Permalink Normal View History

2020-08-07 16:12:24 +00:00
from app import app
app.run(host="localhost", port=80, threaded=True)