mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-25 02:00:13 +08:00
fix 115
This commit is contained in:
@@ -48,7 +48,7 @@ class U115Pan(StorageBase, metaclass=Singleton):
|
|||||||
return
|
return
|
||||||
try:
|
try:
|
||||||
self.client = P115Client(self.__credential, app="alipaymini",
|
self.client = P115Client(self.__credential, app="alipaymini",
|
||||||
check_for_relogin=True, console_qrcode=False)
|
check_for_relogin=False, console_qrcode=False)
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
logger.error(f"115连接失败,请重新登录:{str(err)}")
|
logger.error(f"115连接失败,请重新登录:{str(err)}")
|
||||||
self.__clear_credential()
|
self.__clear_credential()
|
||||||
|
|||||||
Reference in New Issue
Block a user