contentdb/rundebug.py

4 lines
70 B
Python
Raw Normal View History

2018-03-18 18:43:30 +01:00
from app import app
2018-03-21 23:03:37 +01:00
app.run(host="127.0.0.1", port=5000, debug=True)