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

+ 1 - 0
api/main.py

@@ -219,6 +219,7 @@ async def make_anchor_video(req:models.request,token: str = Depends(oauth2_schem
     if req.multiLang==0:
         for txt in req.text_content:
             if re.search('[a-zA-Z]', txt) !=None:
+                print('語言錯誤')
                 return {'msg':'輸入字串不能包含英文字!'}
     name_hash = str(time.time()).replace('.','')
     for imgu in req.image_urls: