liqian 2 years ago
parent
commit
3abf1cb238
1 changed files with 1 additions and 1 deletions
  1. 1 1
      user_group_update.py

+ 1 - 1
user_group_update.py

@@ -32,7 +32,7 @@ def to_redis(group, mid_list, class_key_list):
         for i in range(len(mid_list) // 100 + 1):
             # log_.info(f"i = {i}")
             mid_temp_list = mid_list[i * 100:(i + 1) * 100]
-            print(mid_temp_list)
+            # print(mid_temp_list)
             task_list = [
                 gevent.spawn(redis_helper.set_data_to_redis,
                              f"{config_.KEY_NAME_PREFIX_MID_GROUP}{class_key}:{mid}", group, 26 * 3600)