Browse Source

haitunzhufu

丁云鹏 1 year ago
parent
commit
60bae58213
1 changed files with 2 additions and 2 deletions
  1. 2 2
      haitunzhufu/haitunzhufu_recommend/haitunzhufu_recommend3.py

+ 2 - 2
haitunzhufu/haitunzhufu_recommend/haitunzhufu_recommend3.py

@@ -221,9 +221,9 @@ class HTZFScheduling:
             video_dict["video_url"] = video_obj['cover']
             video_dict["avatar_url"] = ""
             video_dict["cover_url"] = video_obj['cover'] + "&vframe/png/offset/1/w/200"
-            print(json.dumps(video_dict, ensure_ascii=False, indent=4))
+            # print(json.dumps(video_dict, ensure_ascii=False, indent=4))
             self.download_count += 1
-            # self.mq.send_msg(video_dict)
+            self.mq.send_msg(video_dict)
 
 
 if __name__ == "__main__":