flo-token-explorer-historic/token-explorer.py
2021-12-09 18:16:18 +00:00

4 lines
90 B
Python
Executable File

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