zhangyong 1 rok pred
rodič
commit
e6ed3a9df5
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      video_agc/agc_video_method.py

+ 1 - 0
video_agc/agc_video_method.py

@@ -27,6 +27,7 @@ class AgcVidoe():
     def get_url_gs_list(cls, user_list, mark, limit_count):
         for i in range(5):
             user = random.choice(user_list)
+            Common.logger("gs_video").info(f"account_id 为{user}")
             current_time = datetime.now()
             three_days_ago = current_time - timedelta(days=3)
             formatted_current_time = current_time.strftime("%Y-%m-%d")