Parcourir la source

remove free trial

ming il y a 3 ans
Parent
commit
124c7deaf3
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      OpenshotService/openshot_video_generator.py

+ 2 - 2
OpenshotService/openshot_video_generator.py

@@ -901,7 +901,7 @@ def anchor_video_v2(name_hash,name,text_content, image_urls,multiLang,avatar,fre
         wm = openshot.QtImageReader(dir_video+"freeTrialWatermark.png")
         wm.Open()     
         wm_clip = video_photo_clip(wm,layer=6,position=0,end=int(head_duration+main_timer+ED_duration))
-        t.AddClip(wm_clip)
+        #t.AddClip(wm_clip)
         
     else:
         print("THIS IS NOT TRIAL")
@@ -1050,7 +1050,7 @@ def anchor_video_eng(name_hash,name,text_content, image_urls,sub_titles,avatar,f
         wm = openshot.QtImageReader(dir_video+"freeTrialWatermark.png")
         wm.Open()     
         wm_clip = video_photo_clip(wm,layer=6,position=0,end=int(head_duration+main_timer+ED_duration))
-        t.AddClip(wm_clip)
+        #t.AddClip(wm_clip)
         print("THIS IS TRIAL")
     else:
         print("THIS IS NOT TRIAL")