Skip to content

Commit

Permalink
fix missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmerza committed Jan 15, 2024
1 parent 8ce3440 commit f578159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def is_duplicate_event(frigate_event_id):
return False

def on_message(client, userdata, message):
if check_first_message(message):
if check_first_message():
return

# get frigate event payload
Expand Down

0 comments on commit f578159

Please sign in to comment.