#!flask/bin/python from hopstr import app app.run(debug = True)
#!home/ubuntu/flask/bin/python from hopstr import app app.run(debug = False, port=0.0.0.0, threaded=True)