Skip to content

Commit 0b1e61b

Browse files
authored
Merge pull request #20 from fardinkai/patch-19
Update mask_detect.py
2 parents c7a462b + cfa3cdb commit 0b1e61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mask detection/mask_detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
cv2.imshow('Result', img)
3939

4040
if cv2.waitKey(1) & 0xFF == ord('q'):
41-
break
41+
break

0 commit comments

Comments
 (0)