mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-31 00:12:21 +03:00
another fix
This commit is contained in:
parent
80b79b6b58
commit
8aa153a086
@ -130,7 +130,7 @@ class EventProcessor(threading.Thread):
|
||||
return
|
||||
|
||||
with open(f"{os.path.join(self.clip_dir, clip_name)}.json", 'w') as outfile:
|
||||
json.dump({x: event_data[x] for x in event_data if x not in ['frame']}), outfile)
|
||||
json.dump({x: event_data[x] for x in event_data if x not in ['frame']}, outfile)
|
||||
|
||||
def run(self):
|
||||
while True:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user