started loading stats from gamechanger

This commit is contained in:
2022-06-10 08:26:02 -05:00
parent 00ca37f017
commit cd4257f13e
5 changed files with 90 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[flake8]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv
ignore = W503
ignore = W503,E203
[pycodestyle]
max-line-length = 120