mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-05 11:47:50 +08:00
fix bug
This commit is contained in:
@@ -449,7 +449,7 @@ class U115Pan(StorageBase, metaclass=Singleton):
|
||||
)
|
||||
|
||||
# Step 2: 处理二次认证
|
||||
if init_resp.get("code") in [700, 701]:
|
||||
if init_result.get("code") in [700, 701]:
|
||||
sign_check = init_result["sign_check"].split("-")
|
||||
start = int(sign_check[0])
|
||||
end = int(sign_check[1])
|
||||
|
||||
Reference in New Issue
Block a user