Browse Source

v0.9
服务上线

罗俊辉 1 năm trước cách đây
mục cha
commit
740582d645
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      deal/single_video_deal.py

+ 4 - 4
deal/single_video_deal.py

@@ -45,15 +45,15 @@ class SingleVideo(object):
             # user_id = response['user']['uid']
             cover = response['coverImg']['coverImgPath']
             result = {
-                "return": "",
-                "rov": "",
-                "view": "",
+                "return": None,
+                "rov": None,
+                "view": None,
                 "video_id": self.video_id,
                 "title": title,
                 "video_url": video_url,
                 "publishTime": publish_time,
                 "cover": cover,
-                "video_text": "",
+                "video_text": None,
                 "minigram_info": minigram_info
             }
             return result