Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng.shen committed Oct 31, 2024
1 parent 677c77c commit da3a774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/face_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class FaceClusterTimer(Thread):
def __init__(self, interval, log_file):
Thread.__init__(self)
self._interval = interval
self._logfile = '/data/dev/seafevents/face.log'
self._logfile = log_file
self.finished = Event()

def run(self):
Expand Down

0 comments on commit da3a774

Please sign in to comment.