Exemplo n.º 1
0
Arquivo: run.py Projeto: jdup/hopstr
#!flask/bin/python

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

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