Browse Source

fix indexing bug

ming 3 years ago
parent
commit
255e952a77
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/main.py

+ 1 - 0
api/main.py

@@ -41,6 +41,7 @@ from moviepy.editor import VideoFileClip
 import traceback
 import logging
 import gSlide
+import aiofiles
 pymysql.install_as_MySQLdb()
 
 app = FastAPI()