aboutsummaryrefslogtreecommitdiff
path: root/run.py
blob: a9ae0b45fd8b5caa6c04947fc40e457a5d9a017b (plain)
1
2
3
#! /usr/bin/env python
from app import app
app.run(debug=True, host="0.0.0.0", port=8080)