ming 3 лет назад
Родитель
Сommit
3cfc69e6f3
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      OpenshotService/openshot_video_generator.py

+ 2 - 1
OpenshotService/openshot_video_generator.py

@@ -864,11 +864,12 @@ def anchor_video_v2(name_hash,name,text_content, image_urls,multiLang,avatar,fre
     t.AddClip(title_clip)
 
     if freeTrial==1:
+        print("THIS IS TRIAL")
         wm = openshot.QtImageReader(dir_video+"freeTrialWatermark.png")
         wm.Open()     
         wm = video_photo_clip(wm,layer=6,position=int(head_duration+main_timer+ED_duration),end=left_time)
         t.AddClip(wm)
-        print("THIS IS TRIAL")
+        
     else:
         print("THIS IS NOT TRIAL")
         print(freeTrial)