소스 검색

remove openshot form api

ming 3 년 전
부모
커밋
aef0b222ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/util.py

+ 1 - 1
api/util.py

@@ -10,7 +10,7 @@ from operator import itemgetter
 import requests,rpyc
 from difflib import SequenceMatcher
 from PIL import Image,ImageDraw,ImageFont
-import openshot
+
 
 
 def trim_punctuation(s):