linfan 1 년 전
부모
커밋
2fa5304504
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      recommend.py

+ 1 - 1
recommend.py

@@ -211,7 +211,7 @@ def video_recommend(request_id, mid, uid, size, top_K, flow_pool_P, app_type, al
         exp_config = pool_recall.get_u2u2i_config()
     elif ab_code == 60063:
         exp_config = pool_recall.get_simrecall_config_new()
-    print("exp_config:", exp_config)
+    #print("exp_config:", exp_config)
     if app_type in [config_.APP_TYPE['LAO_HAO_KAN_VIDEO'], config_.APP_TYPE['ZUI_JING_QI']]:
         t = [gevent.spawn(pool_recall.rov_pool_recall_with_region, size, expire_time, ab_code, exp_config)]
         if ab_code==60058: