Kaynağa Gözat

2024-06-12
第一版缓存搜索接口
记录搜索信息

罗俊辉 11 ay önce
ebeveyn
işleme
5b0549ec95
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      applications/deal/search_deal.py

+ 1 - 1
applications/deal/search_deal.py

@@ -136,7 +136,7 @@ class SearchDeal(object):
         if result:
             for item in result:
                 video_1, video_2, video_3, kimi_title = item
-                if video_1 and video_2 and video_3 and kimi_title:
+                if video_1 and kimi_title:
                     return [video_1, video_2, video_3, kimi_title]
                 else:
                     continue