mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-11 09:59:51 +08:00
fix 115
This commit is contained in:
@@ -77,7 +77,7 @@ class U115Pan(StorageBase, metaclass=Singleton):
|
||||
"""
|
||||
try:
|
||||
self.cloud = py115.connect()
|
||||
self._session = self.cloud.qrcode_login(LoginTarget.Linux)
|
||||
self._session = self.cloud.qrcode_login(LoginTarget.Web)
|
||||
image_bin = self._session.image_data
|
||||
if not image_bin:
|
||||
logger.warn("115生成二维码失败:未获取到二维码数据!")
|
||||
|
||||
@@ -59,5 +59,5 @@ pystray~=0.19.5
|
||||
pyotp~=2.9.0
|
||||
Pinyin2Hanzi~=0.1.1
|
||||
pywebpush~=2.0.0
|
||||
py115~=0.0.4
|
||||
py115j~=0.0.6
|
||||
oss2~=2.18.6
|
||||
@@ -148,7 +148,7 @@ psutil==5.9.8
|
||||
# via -r requirements.in
|
||||
py-vapid==1.9.1
|
||||
# via pywebpush
|
||||
py115==0.0.4
|
||||
py115j==0.0.6
|
||||
# via -r requirements.in
|
||||
pycparser==2.22
|
||||
# via cffi
|
||||
|
||||
Reference in New Issue
Block a user