podflow 20250629__py3-none-any.whl → 20250629.1__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.
- podflow/run_and_upload.py +5 -5
- {podflow-20250629.dist-info → podflow-20250629.1.dist-info}/METADATA +1 -1
- {podflow-20250629.dist-info → podflow-20250629.1.dist-info}/RECORD +6 -6
- {podflow-20250629.dist-info → podflow-20250629.1.dist-info}/WHEEL +0 -0
- {podflow-20250629.dist-info → podflow-20250629.1.dist-info}/entry_points.txt +0 -0
- {podflow-20250629.dist-info → podflow-20250629.1.dist-info}/top_level.txt +0 -0
podflow/run_and_upload.py
CHANGED
@@ -61,17 +61,17 @@ def find_and_duild():
|
|
61
61
|
|
62
62
|
# 运行并上传模块
|
63
63
|
def run_and_upload(upload_url):
|
64
|
-
thread_find_and_duild = threading.Thread(target=find_and_duild)
|
65
64
|
if upload_url:
|
65
|
+
thread_find_and_duild = threading.Thread(target=find_and_duild)
|
66
66
|
thread_upload = threading.Thread(
|
67
67
|
target=all_upload,
|
68
68
|
args=(upload_url,)
|
69
69
|
)
|
70
70
|
|
71
|
-
|
72
|
-
if upload_url:
|
71
|
+
thread_find_and_duild.start()
|
73
72
|
thread_upload.start()
|
74
73
|
|
75
|
-
|
76
|
-
if upload_url:
|
74
|
+
thread_find_and_duild.join()
|
77
75
|
thread_upload.join()
|
76
|
+
else:
|
77
|
+
find_and_duild()
|
@@ -5,7 +5,7 @@ podflow/main.py,sha256=7zWdpw80jqPaYu1Un1nPqaZoiAb7Dqg8zaF-cUioU4c,755
|
|
5
5
|
podflow/main_podcast.py,sha256=vV4knnqzHehFjCBFRtAzq8K0xlnkWNGV320tSYDQ09o,10248
|
6
6
|
podflow/main_upload.py,sha256=xuN15GAXokl2xzZrraLeusevl0j-TnHVziL0wobsBZc,2586
|
7
7
|
podflow/parse_arguments.py,sha256=h3a7EaRZS04kNMFYbxTW9Ch29KgZ7dyS-yqEEt_etQI,2592
|
8
|
-
podflow/run_and_upload.py,sha256=
|
8
|
+
podflow/run_and_upload.py,sha256=EtkQtmiqZh8pqXQfQnn6hfjk0T-1wmc0YUFhTOqPRPw,2799
|
9
9
|
podflow/basic/__init__.py,sha256=CAfI6mVQtz7KKbAiTIZ9_IbvaTXeAqxR1U7ov9GDoDo,44
|
10
10
|
podflow/basic/file_save.py,sha256=6vu4EkbsN4df5-ci6sJOgIOUEhh-WaRBOyMJ8rpouXo,1233
|
11
11
|
podflow/basic/folder_build.py,sha256=5oHyfiDcSp2YITXQWIPwriBF9XuU3qs7wZQOWJHYJ1s,546
|
@@ -107,8 +107,8 @@ podflow/youtube/__init__.py,sha256=pgXod8gq0IijZxIkPSwgAOcb9JI5rd1mqMomoR7bcJ4,4
|
|
107
107
|
podflow/youtube/build.py,sha256=j6SVq3HFFGlNNqRrHfnBIThdzsH88PFmwLnejosif1U,12311
|
108
108
|
podflow/youtube/get.py,sha256=oO32GjTFvUgP5AfFX5AlIuXU2UT6QtOUOXWLFzi8XtI,17157
|
109
109
|
podflow/youtube/login.py,sha256=KYl--ya6Z1u0uIcOp9l8i3DIIj9hsYUDH4dtJjI0MLM,1295
|
110
|
-
podflow-20250629.dist-info/METADATA,sha256=
|
111
|
-
podflow-20250629.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
112
|
-
podflow-20250629.dist-info/entry_points.txt,sha256=mn7hD_c_dmpKe3XU0KNekheBvD01LhlJ9htY-Df0j2A,131
|
113
|
-
podflow-20250629.dist-info/top_level.txt,sha256=fUujhhz-RrMI8aGvi-3Ey5y7FQnpOOgoFw9OWM3yLCU,8
|
114
|
-
podflow-20250629.dist-info/RECORD,,
|
110
|
+
podflow-20250629.1.dist-info/METADATA,sha256=d_skuEp5UWtZo7psoKOfx5716KfNPrnHneH8zO2HdKo,14197
|
111
|
+
podflow-20250629.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
112
|
+
podflow-20250629.1.dist-info/entry_points.txt,sha256=mn7hD_c_dmpKe3XU0KNekheBvD01LhlJ9htY-Df0j2A,131
|
113
|
+
podflow-20250629.1.dist-info/top_level.txt,sha256=fUujhhz-RrMI8aGvi-3Ey5y7FQnpOOgoFw9OWM3yLCU,8
|
114
|
+
podflow-20250629.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|