Your Name 4 years ago
parent
commit
a351994d91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/openshottest.py

+ 1 - 1
tests/openshottest.py

@@ -129,7 +129,7 @@ t.AddClip(c_txt1)
 
 
 bg1 = openshot.QtImageReader("/var/txt/b1.jpg")
-c_bg1 = openshot.Clip(txt1)
+c_bg1 = openshot.Clip(bg1)
 c_bg1.has_audio=openshot.Keyframe(0)
 c_bg1.Layer(6)
 c_bg1.Position(3.5)