Curie-Web/run.py

4 lines
90 B
Python
Raw Permalink Normal View History

2020-06-24 19:09:05 +01:00
#! /usr/bin/env python
from app import app
app.run(debug=True, host="0.0.0.0", port=8080)