xtn-tools-pro 1.0.0.5.6__tar.gz → 1.0.0.5.7__tar.gz

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.
Files changed (29) hide show
  1. {xtn-tools-pro-1.0.0.5.6/xtn_tools_pro.egg-info → xtn-tools-pro-1.0.0.5.7}/PKG-INFO +1 -1
  2. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/setup.py +1 -1
  3. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/task_pro/go_fun.py +2 -2
  4. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7/xtn_tools_pro.egg-info}/PKG-INFO +1 -1
  5. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/LICENSE +0 -0
  6. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/README.md +0 -0
  7. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/setup.cfg +0 -0
  8. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/__init__.py +0 -0
  9. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/db/MongoDB.py +0 -0
  10. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/db/MysqlDB.py +0 -0
  11. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/db/RedisDB.py +0 -0
  12. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/db/__init__.py +0 -0
  13. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/proxy/XiaoXiangProxy.py +0 -0
  14. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/proxy/__init__.py +0 -0
  15. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/proxy/proxy.py +0 -0
  16. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/task_pro/__init__.py +0 -0
  17. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/tools.py +0 -0
  18. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/utils/__init__.py +0 -0
  19. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/utils/crypto.py +0 -0
  20. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/utils/file_utils.py +0 -0
  21. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/utils/helpers.py +0 -0
  22. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/utils/log.py +0 -0
  23. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/utils/retry.py +0 -0
  24. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/utils/sql.py +0 -0
  25. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro/utils/time_utils.py +0 -0
  26. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro.egg-info/SOURCES.txt +0 -0
  27. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro.egg-info/dependency_links.txt +0 -0
  28. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro.egg-info/requires.txt +0 -0
  29. {xtn-tools-pro-1.0.0.5.6 → xtn-tools-pro-1.0.0.5.7}/xtn_tools_pro.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xtn-tools-pro
3
- Version: 1.0.0.5.6
3
+ Version: 1.0.0.5.7
4
4
  Summary: xtn 开发工具
5
5
  Author: xtn
6
6
  Author-email: czw011122@gmail.com
@@ -15,7 +15,7 @@ with open("README.md", "r") as f:
15
15
 
16
16
  setuptools.setup(
17
17
  name="xtn-tools-pro", # 模块名称
18
- version="1.0.0.5.6", # 版本
18
+ version="1.0.0.5.7", # 版本
19
19
  author="xtn", # 作者
20
20
  author_email="czw011122@gmail.com", # 作者邮箱
21
21
  description="xtn 开发工具", # 模块简介
@@ -410,7 +410,7 @@ class GoFun:
410
410
  :return:
411
411
  """
412
412
  try:
413
- task_item = download_queue.get(block=block, timeout=timeout)
413
+ task_item = self.download_queue.get(block=block, timeout=timeout)
414
414
  return task_item
415
415
  except Exception as e:
416
416
  self.logger.critical(f"get_download_task 获取下载任务 报错 {e}")
@@ -424,7 +424,7 @@ class GoFun:
424
424
  :return:
425
425
  """
426
426
  try:
427
- task_item = upload_queue.put(task_item)
427
+ task_item = self.upload_queue.put(task_item)
428
428
  return task_item
429
429
  except Exception as e:
430
430
  self.logger.critical(f"update_upload_task 更新任务 报错 {e}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xtn-tools-pro
3
- Version: 1.0.0.5.6
3
+ Version: 1.0.0.5.7
4
4
  Summary: xtn 开发工具
5
5
  Author: xtn
6
6
  Author-email: czw011122@gmail.com