5 lines
120 B
Python
Executable File
5 lines
120 B
Python
Executable File
#!/usr/bin/env python
|
|
from app import app, model
|
|
|
|
app.run(debug=False, port=int(model.opts.port), host=model.opts.host)
|