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