liqian 3 years ago
parent
commit
66097b9ff0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      video_rank.py

+ 0 - 3
video_rank.py

@@ -96,15 +96,12 @@ def bottom_strategy(size, app_type, ab_code, mid='', uid=''):
     :return:
     """
     pool_recall = PoolRecall(app_type=app_type, mid=mid, uid=uid, ab_code=ab_code)
-    print(1)
     key_name, _ = pool_recall.get_pool_redis_key(pool_type='rov')
     if not key_name:
         log_.info('bottom strategy no data!')
         return []
     redis_helper = RedisHelper()
-    print(2)
     data = redis_helper.get_data_zset_with_index(key_name=key_name, start=0, end=1000)
-    print(data)
     if not data:
         log_.info('bottom strategy no data!')
         return []