Fix file read error
This commit is contained in:
parent
5aa4f65c9f
commit
d3a9e9affa
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ lcd.message("Init scanner...")
|
|||
prevFaceCount = 0
|
||||
totalUse = 0 #in face-seconds
|
||||
|
||||
logfile = "/home/pi/scan_faces/scan_faces.log"
|
||||
logfile = "/home/pi/scan_faces/scan_face.log"
|
||||
|
||||
def tail(filepath):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue