Exemplo n.º 1
0
def listenprod():
    web_app.config.from_object('seabus.web.config.Prod')
    listen(web_app.config)
Exemplo n.º 2
0
def listenprod():
    web_app.config.from_object('seabus.web.config.Prod')
    listen(web_app.config)
Exemplo n.º 3
0
def listendev():
    listen(web_app.config)
Exemplo n.º 4
0
def listendev():
    listen(web_app.config)