Update packages, add error logs on connection issue

This commit is contained in:
Deko
2023-12-30 17:47:29 +01:00
parent c554b1815e
commit 284e7ad408
4 changed files with 332 additions and 313 deletions

4
.flake8 Normal file
View File

@@ -0,0 +1,4 @@
[flake8]
max-line-length = 88
exclude = .git,.github,build,captures,dist,venv,__pycache__
extend-ignore = E203