Skip to content

Commit b6fbaa8

Browse files
committed
fix error: no module named moviepy
1 parent 73cbda1 commit b6fbaa8

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-
from moviepy import *
9+
import moviepy
1010
from uuid import uuid4
1111
from .Guest import Guest
1212
from pathlib import Path

0 commit comments

Comments
 (0)