Browse Source

newContentIdTask.py

去掉 time.sleep(2)
罗俊辉 6 months ago
parent
commit
9eec3385b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tasks/newContentIdTask.py

+ 1 - 1
tasks/newContentIdTask.py

@@ -614,7 +614,7 @@ class NewContentIdTask(object):
                     "title": kimi_title
                 }
                 response = await publish_to_pq(params)
-                time.sleep(2)
+                # time.sleep(2)
                 obj = {
                     "uid": video_obj['uid'],
                     "source": video_obj['platform'],