Michel Roux
a6ea87bd1c
All checks were successful
continuous-integration/drone/push Build is passing
4 lines
92 B
Python
4 lines
92 B
Python
from pynyaata.config import app, APP_PORT, IS_DEBUG
|
|
|
|
app.run('0.0.0.0', APP_PORT, IS_DEBUG)
|