diff --git a/examples/video.py b/examples/video.py index 1752408..fc4184c 100644 --- a/examples/video.py +++ b/examples/video.py @@ -210,7 +210,6 @@ def __init__(self, **kwargs): # Initialize video player video_path = self.resource_dir / "videos" / "Lightning - 33049.mp4" - # video_path = r"C:\Users\Leo Mintech\Downloads\Countdown_Overlay_Timer_10_Minutes.mp4" self.player = VideoPlayer(self.ctx, video_path)