Finally fixed 400 by updating URLs, improved logging
This commit is contained in:
parent
8ae655a34e
commit
4baf4ea1a7
17 changed files with 174 additions and 267 deletions
4
pylintrc
4
pylintrc
|
@ -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
|
||||
|
|
Reference in a new issue