4 lines
86 B
Python
Raw Normal View History

2020-01-08 16:05:16 -05:00
from app import app
2020-01-08 15:57:00 -05:00
if __name__ == "__main__":
2020-01-08 16:14:16 -05:00
app.run(host='0.0.0.0', port=5001)