|
@@ -285,7 +285,7 @@ async def wait_finish(video_data:dict):
|
|
|
state: failure'
|
|
|
}
|
|
|
data = requests.post(LINE_URL, headers=headers, data=data)
|
|
|
- send_simple_email(email_to=video_data['email'], video_path=f'http://172.104.93.163:30080/{video_data['stored_filename']}.mp4')
|
|
|
+ send_simple_email(email_to=video_data['email'], video_path=f"http://172.104.93.163:30080/{video_data['stored_filename']}.mp4")
|
|
|
|
|
|
def send_simple_email(email_to: str, video_path: str):
|
|
|
if video_path==None:
|