This repository has been archived on 2025-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
wot_stats_server/run_app.py

6 lines
90 B
Python
Raw Normal View History

2017-09-03 18:48:42 +03:00
from wots import app
if __name__ == '__main__':
app.run(host='0.0.0.0', debug=True)