UmairMirza commited on
Commit
fb46198
1 Parent(s): e6b4f40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ def Attandance(video):
52
 
53
  if matches[matchIndex]:
54
  name = personNames[matchIndex].upper()
55
- if names.count(name) == 0:
56
- names.append(name)
57
 
58
  cv2.waitKey(1)
59
 
 
52
 
53
  if matches[matchIndex]:
54
  name = personNames[matchIndex].upper()
55
+ #if names.count(name) == 0:
56
+ names.append(name)
57
 
58
  cv2.waitKey(1)
59