Ejemplo n.º 1
0
def runservernodebug():
    '''Run the server on localhost without debug'''
    app.run(debug=False)
Ejemplo n.º 2
0
def runglobalserver():
    '''Run the server on 0.0.0.0'''
    app.run(host='0.0.0.0')