diff --git a/modules/ui.py b/modules/ui.py index 14895d7..07b551e 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -483,4 +483,4 @@ def get_available_cameras(): else: # Linux and others import glob available_cameras = [f"/dev/video{i}" for i in range(10) if os.path.exists(f"/dev/video{i}")] - return available_cameras + return available_cameras \ No newline at end of file