contentdb/runprod.py
2018-03-21 22:03:37 +00:00

4 lines
69 B
Python

from app import app
app.run(host="0.0.0.0", port=5123, debug=False)