listservs/www-serve.py
2018-11-20 17:42:07 +01:00

3 lines
121 B
Python

from www import app
#app.run(debug=True, threaded=True, use_reloader=False) # uncomment this line to run flask's server