xtn-tools-pro 1.0.1.3.9__py3-none-any.whl → 1.0.1.4.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- xtn_tools_pro/task_pro/go_fun_v4.py +3 -2
- {xtn_tools_pro-1.0.1.3.9.dist-info → xtn_tools_pro-1.0.1.4.2.dist-info}/METADATA +1 -1
- {xtn_tools_pro-1.0.1.3.9.dist-info → xtn_tools_pro-1.0.1.4.2.dist-info}/RECORD +7 -7
- {xtn_tools_pro-1.0.1.3.9.dist-info → xtn_tools_pro-1.0.1.4.2.dist-info}/LICENSE +0 -0
- {xtn_tools_pro-1.0.1.3.9.dist-info → xtn_tools_pro-1.0.1.4.2.dist-info}/WHEEL +0 -0
- {xtn_tools_pro-1.0.1.3.9.dist-info → xtn_tools_pro-1.0.1.4.2.dist-info}/entry_points.txt +0 -0
- {xtn_tools_pro-1.0.1.3.9.dist-info → xtn_tools_pro-1.0.1.4.2.dist-info}/top_level.txt +0 -0
|
@@ -188,10 +188,11 @@ class GoFunTaskV4:
|
|
|
188
188
|
download_url = ini_info["download_url"]
|
|
189
189
|
x_api_key = ini_info["X-Api-Key"]
|
|
190
190
|
task_type = ini_info["taskType"]
|
|
191
|
+
phone_status = ini_info["phoneStatus"]
|
|
191
192
|
download_not_task_time = ini_info["download_not_task_time"]
|
|
192
193
|
download_task_qsize = ini_info["download_task_qsize"]
|
|
193
194
|
headers = {"X-Api-Key": x_api_key}
|
|
194
|
-
params = {"taskType": task_type}
|
|
195
|
+
params = {"taskType": task_type, "phoneStatus": phone_status}
|
|
195
196
|
logger.warning("下载队列启动成功...")
|
|
196
197
|
download_queue_exist_cnt = 3
|
|
197
198
|
now_qsize_v = None
|
|
@@ -248,7 +249,7 @@ class GoFunTaskV4:
|
|
|
248
249
|
task_type = ini_info["taskType"]
|
|
249
250
|
phone_status = ini_info["phoneStatus"]
|
|
250
251
|
upload_task_time = ini_info["upload_task_time"]
|
|
251
|
-
headers = {"
|
|
252
|
+
headers = {"X-Api-Key": x_api_key}
|
|
252
253
|
logger.warning("回写队列启动成功...")
|
|
253
254
|
while True:
|
|
254
255
|
# 判断队列是否有值
|
|
@@ -55,7 +55,7 @@ xtn_tools_pro/task_pro/go_fun.py,sha256=hWEt2uJ9FCvJH7PhVZttS-11A7J6zbRKwX7c5YLY
|
|
|
55
55
|
xtn_tools_pro/task_pro/go_fun_air_v1.py,sha256=25gHmW5aAV6nMY9Y6-wD7uQ_wqE39dr-eaegqVbYKM8,11035
|
|
56
56
|
xtn_tools_pro/task_pro/go_fun_v2.py,sha256=SgcXgtEBGSVL1V2LyqO0z8Md2H8JZxucYrLLIwqtiLM,18489
|
|
57
57
|
xtn_tools_pro/task_pro/go_fun_v3.py,sha256=GI1OVup-izwDflAaoy_pN6xmCXat59II7v-MooOtDms,20862
|
|
58
|
-
xtn_tools_pro/task_pro/go_fun_v4.py,sha256=
|
|
58
|
+
xtn_tools_pro/task_pro/go_fun_v4.py,sha256=C-dKOJxc9UBOros9C2_vPlpM6-D4UgMNBb-okdWA2rM,21213
|
|
59
59
|
xtn_tools_pro/utils/__init__.py,sha256=I1_n_NP23F2lBqlF4EOlnOdLYxM8M4pbn63UhJN1hRE,418
|
|
60
60
|
xtn_tools_pro/utils/audio_video.py,sha256=3Im3tGOW6IbmqDcrE1SJUg6eGyLGEyq11Qu6TCutJJw,1115
|
|
61
61
|
xtn_tools_pro/utils/crypto.py,sha256=B6NC2yVxtwrbSZnngudTFRm7YRGKKEusydVVYWwxFHs,5231
|
|
@@ -70,9 +70,9 @@ xtn_tools_pro/utils/shell.py,sha256=s6sJedxLLQokcI1hF5YSD3qgGUPK0brNcP-D3-yv54I,
|
|
|
70
70
|
xtn_tools_pro/utils/sql.py,sha256=EAKzbkZP7Q09j15Gm6o0_uq0qgQmcCQT6EAawbpp4v0,6263
|
|
71
71
|
xtn_tools_pro/utils/time_utils.py,sha256=TUtzG61PeVYXhaQd6pBrXAdlz7tBispNIRQRcGhE2No,4859
|
|
72
72
|
xtn_tools_pro/utils/win.py,sha256=D5_58WMKOGe9ZwJuJr2JGAWmVISwMOZUx4t7wXUCviU,3512
|
|
73
|
-
xtn_tools_pro-1.0.1.
|
|
74
|
-
xtn_tools_pro-1.0.1.
|
|
75
|
-
xtn_tools_pro-1.0.1.
|
|
76
|
-
xtn_tools_pro-1.0.1.
|
|
77
|
-
xtn_tools_pro-1.0.1.
|
|
78
|
-
xtn_tools_pro-1.0.1.
|
|
73
|
+
xtn_tools_pro-1.0.1.4.2.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
74
|
+
xtn_tools_pro-1.0.1.4.2.dist-info/METADATA,sha256=M3YIOSX4zR6SIu7_kiSuKjhXFVZMp-VRnby2ky3r-mo,597
|
|
75
|
+
xtn_tools_pro-1.0.1.4.2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
76
|
+
xtn_tools_pro-1.0.1.4.2.dist-info/entry_points.txt,sha256=t8CtXWOgw7nRDW3XNlZh8MT_P4l8EzsFnyWi5b3ovrc,68
|
|
77
|
+
xtn_tools_pro-1.0.1.4.2.dist-info/top_level.txt,sha256=jyB3FLDEr8zE1U7wHczTgIbvUpALhR-ULF7RVEO7O2U,14
|
|
78
|
+
xtn_tools_pro-1.0.1.4.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|