Skip to content

Commit ab57e5c

Browse files
authored
Update main.py
1 parent fdd148d commit ab57e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ async def create_insights(request: Request, credentials: HTTPBasicCredentials =
2727
humour = data['humour']
2828
characterName = data['characterName']
2929

30-
path = video_main_function(message, level, age, creative, humour, characterName)
30+
path = video_main(message, level, age, creative, humour, characterName)
3131
return FileResponse(path, media_type="video/mp4")

0 commit comments

Comments
 (0)