mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-12 07:10:44 +08:00
🐛 修复任务查询报错
- 一处 `_send_request()` 方法漏改
This commit is contained in:
parent
47d05dc37b
commit
7d8701db0a
@ -381,7 +381,7 @@ class Quark:
|
||||
"__dt": int(random.uniform(1, 5) * 60 * 1000),
|
||||
"__t": datetime.now().timestamp(),
|
||||
}
|
||||
response = requests.request("GET", url, params=querystring).json()
|
||||
response = self._send_request("GET", url, params=querystring).json()
|
||||
if response["data"]["status"] != 0:
|
||||
if retry_index > 0:
|
||||
print()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user