Beispiel #1
0
#!flask/bin/python

from hopstr import app
app.run(debug = True)
Beispiel #2
0
#!home/ubuntu/flask/bin/python

from hopstr import app
app.run(debug = False, port=0.0.0.0, threaded=True)