From 6b374aa5bd4cfc36eee8e41b863c3e42c3c0af50 Mon Sep 17 00:00:00 2001 From: Askill Date: Sat, 23 Nov 2019 12:20:48 +0100 Subject: [PATCH] removed print --- motion_detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motion_detector.py b/motion_detector.py index b4a2241..2ae0490 100644 --- a/motion_detector.py +++ b/motion_detector.py @@ -50,7 +50,7 @@ def compare(): # loop over the frames of the video while True: - print(counter) + # grab the current frame and initialize the occupied/unoccupied # text frame = vs.read()