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
2017-09-17 18:07:15 +03:00

6 lines
112 B
Python
Executable file

#!/usr/bin/env python
from wots import app
if __name__ == '__main__':
app.run(host='0.0.0.0', debug=True)