|
@@ -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")
|