Implemented get_db for MySQL, wrapped all routes in classes
This commit is contained in:
parent
c7da7e32b7
commit
2f55d03aab
7 changed files with 130 additions and 42 deletions
3
pylintrc
3
pylintrc
|
@ -64,7 +64,7 @@ max-parents=7
|
|||
max-public-methods=20
|
||||
max-returns=6
|
||||
max-statements=50
|
||||
min-public-methods=2
|
||||
min-public-methods=1
|
||||
|
||||
[STRING]
|
||||
check-quote-consistency=no
|
||||
|
@ -144,6 +144,7 @@ good-names=i,
|
|||
j,
|
||||
k,
|
||||
f,
|
||||
db,
|
||||
ex,
|
||||
Run,
|
||||
_
|
||||
|
|
Loading…
Add table
Reference in a new issue