diff --git a/app.py b/app.py index 910b397..d1b8a2d 100644 --- a/app.py +++ b/app.py @@ -63,7 +63,7 @@ def worker(id,source,region=None,stream=False): try: cap = cv2.VideoCapture(source) if not cap.isOpened(): - print("Error opening video stream.") + print("Error opening video stream....") while True: ret, frame = cap.read() if not ret: