Simplify provider update script with pathlib

This commit is contained in:
link2xt
2022-08-06 11:58:57 +00:00
parent 50e53f2c82
commit c0d1c97490
2 changed files with 9 additions and 9 deletions

View File

@@ -18,6 +18,7 @@
### Changes
- refactorings #3545
- use [pathlib](https://docs.python.org/3/library/pathlib.html) in provider update script #3543
### Fixes
- improved error handling for account setup from qrcode #3474