log fullpath

This commit is contained in:
lededev
2021-09-28 00:26:01 +08:00
parent 75b71888d9
commit b1d302a042
2 changed files with 3 additions and 3 deletions

View File

@@ -602,7 +602,7 @@ def load_cookies(filename):
cookies_filename = None
for p in path_search_order:
if os.path.exists(p):
cookies_filename = p
cookies_filename = os.path.abspath(p)
break
if not cookies_filename:
return None, None