Browse Source

只针对level1的通过裂变率重拍

luojunhui 5 months ago
parent
commit
a60f556d2b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      applications/match_algorithm/rank.py

+ 1 - 0
applications/match_algorithm/rank.py

@@ -84,6 +84,7 @@ async def get_content_oss_fission_dict(db_client, config, content_id) -> dict[st
                 continue
             else:
                 fission_info_dict[key] = value
+        return fission_info_dict
     else:
         return {}