|
@@ -642,7 +642,7 @@ class AgcVidoe():
|
|
|
if srt_new:
|
|
|
current_time = datetime.now()
|
|
|
formatted_time = current_time.strftime("%Y-%m-%d %H:%M:%S")
|
|
|
- values = [[mark, uid, srt_new , formatted_time]]
|
|
|
+ values = [[mark, str(uid), srt_new , formatted_time]]
|
|
|
Feishu.insert_columns("IbVVsKCpbhxhSJtwYOUc8S1jnWb", "jd9qD9", "ROWS", 1, 2)
|
|
|
random_wait_time = random.uniform(0.5, 2.5)
|
|
|
time.sleep(random_wait_time)
|
|
@@ -772,7 +772,7 @@ class AgcVidoe():
|
|
|
if srt_new:
|
|
|
current_time = datetime.now()
|
|
|
formatted_time = current_time.strftime("%Y-%m-%d %H:%M:%S")
|
|
|
- values = [[mark, uid, srt_new, formatted_time]]
|
|
|
+ values = [[mark, str(uid), srt_new, formatted_time]]
|
|
|
Feishu.insert_columns("IbVVsKCpbhxhSJtwYOUc8S1jnWb", "jd9qD9", "ROWS", 1, 2)
|
|
|
random_wait_time = random.uniform(0.5, 2.5)
|
|
|
time.sleep(random_wait_time)
|
|
@@ -871,7 +871,7 @@ class AgcVidoe():
|
|
|
if srt_new:
|
|
|
current_time = datetime.now()
|
|
|
formatted_time = current_time.strftime("%Y-%m-%d %H:%M:%S")
|
|
|
- values = [[mark, uid, srt_new, formatted_time]]
|
|
|
+ values = [[mark, str(uid), srt_new, formatted_time]]
|
|
|
Feishu.insert_columns("IbVVsKCpbhxhSJtwYOUc8S1jnWb", "jd9qD9", "ROWS", 1, 2)
|
|
|
random_wait_time = random.uniform(0.5, 2.5)
|
|
|
time.sleep(random_wait_time)
|