Skip to content

Commit 2d40bf9

Browse files
author
Evvan Erb
committed
Line edit
1 parent 26e5ec1 commit 2d40bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def addPhoto(fileName, useHOG=False):
4545
if (len(encodings) == 0):
4646
print("[!] No face detected in the provided photo")
4747
return
48-
48+
4949
elif (len(encodings) > 1):
5050
print("[!] More than one face detected in the provided photo")
5151
return

0 commit comments

Comments
 (0)