Skip to content

Commit cee78b1

Browse files
committed
fix moviepy issue
1 parent b6fbaa8 commit cee78b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ensta/WebSession.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import random
77
import string
88
import requests
9-
import moviepy
9+
from moviepy import VideoFileClip
1010
from uuid import uuid4
1111
from .Guest import Guest
1212
from pathlib import Path

0 commit comments

Comments
 (0)