mirror of https://github.com/Askill/SurvBot.git
removed print
This commit is contained in:
parent
724b977549
commit
6b374aa5bd
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue