flo-token-explorer-historic/\
Vivek Teega 1423ca01c1 changes
2019-03-05 10:52:01 +00:00

4 lines
88 B
Python

#!/usr/bin/python3
from app import app
app.run(debug=False, host='0.0.0.0', port=5000)