]> git.lizzy.rs Git - cheatdb.git/blob - rundebug.py
Fix work queue permissions check
[cheatdb.git] / rundebug.py
1 from app import app
2
3 app.run(host='0.0.0.0', port=5000, debug=True)