Finally fixed 400 by updating URLs, improved logging

This commit is contained in:
DarkCat09 2023-05-29 11:44:19 +04:00
parent 8ae655a34e
commit 4baf4ea1a7
17 changed files with 174 additions and 267 deletions

View file

@ -74,9 +74,9 @@ max-args=10
max-attributes=10
max-bool-expr=5
max-branches=12
max-locals=16
max-locals=20
max-parents=7
max-public-methods=30
max-public-methods=31
max-returns=6
max-statements=50
min-public-methods=2