Update to 6.0.1 #2

This commit is contained in:
yoshiko2
2021-12-17 23:39:02 +08:00
parent d44166d9ac
commit 0b0d0fcafc
7 changed files with 44 additions and 44 deletions

View File

@@ -349,8 +349,8 @@ def load_cookies(filename):
path_search_order = (
Path.cwd() / filename,
Path.home() / filename,
Path.home() / f".avdc/{filename}",
Path.home() / f".local/share/avdc/{filename}"
Path.home() / f".mdc/{filename}",
Path.home() / f".local/share/mdc/{filename}"
)
cookies_filename = None
try: