예제 #1
0
파일: run.py 프로젝트: jdup/hopstr
#!flask/bin/python

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

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