This commit is contained in:
david rice
2026-04-21 16:05:58 +01:00
parent 54103e7b66
commit f5352b210c
2 changed files with 12 additions and 7 deletions

View File

@@ -10,8 +10,8 @@ class KioskManager:
def __init__(self, pipeline):
self.pipeline = pipeline
self.videos = [
"file:///root/python/vid.mp4",
"file:///root/python/vid2.mp4"
"file:///root/vid.mp4",
"file:///root/vid2.mp4"
]
self.current_video_index = 0