|
@@ -27,7 +27,7 @@ class AgcVidoe():
|
|
for i in range(5):
|
|
for i in range(5):
|
|
user = random.choice(user_list)
|
|
user = random.choice(user_list)
|
|
if "-" not in mark:
|
|
if "-" not in mark:
|
|
- user = str(user).replace('(', '').replace(')', '').replace(',', '')
|
|
|
|
|
|
+ user = user.replace('(', '').replace(')', '').replace(',', '')
|
|
current_time = datetime.now()
|
|
current_time = datetime.now()
|
|
three_days_ago = current_time - timedelta(days=3)
|
|
three_days_ago = current_time - timedelta(days=3)
|
|
formatted_current_time = current_time.strftime("%Y-%m-%d")
|
|
formatted_current_time = current_time.strftime("%Y-%m-%d")
|