diff --git a/backend/video_capture.py b/backend/video_capture.py
index 0627c54cfad13242e73f1277d17539a49169374d..9e9e1cca1e72e91826c536070f36082f6aabd567 100644
--- a/backend/video_capture.py
+++ b/backend/video_capture.py
@@ -38,9 +38,9 @@ async def handle_cameras():
                 models.OpeningHours.close_time >= current_time).first() is not None
 
             if is_open:
-                count_prediction = 0 # estimated number of people in the restaurant
-                open_checkouts = 0 # estimated number of open checkouts in the restaurant
-                cams_working = True # boolean indicating whether or not all cams are working in the restaurant
+                count_prediction = 0  # estimated number of people in the restaurant
+                open_checkouts = 0  # estimated number of open checkouts in the restaurant
+                cams_working = True  # boolean indicating whether or not all cams are working in the restaurant
 
                 for camera in restaurant["cameras"]:
                     # connection to the rtsp stream