Fix: Changed everything to conform to Flake8.

Fix: Added some code to fix the reconnect/disconnect error.
Docs: Added setup.cfg to set everything to be 120.
This commit is contained in:
Dan
2024-05-20 09:48:34 -04:00
parent d42975d981
commit efd6cdc0d5
9 changed files with 577 additions and 205 deletions

3
setup.cfg Normal file
View File

@ -0,0 +1,3 @@
[flake8]
extend-ignore = E501
max-line-length = 120