Skip to content

Commit

Permalink
Adding found in previous state list message
Browse files Browse the repository at this point in the history
  • Loading branch information
garland committed Feb 7, 2024
1 parent 15797e4 commit cd075c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions houseseats.com/notify-on-event/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def send_to_slack(message):

for item in previous_state:
if item['event_id'] == event[0]:
print(f'found in previous state: {event[0]} | {event[1]}')
found_in_previous_state = True

if not found_in_previous_state:
Expand Down

0 comments on commit cd075c2

Please sign in to comment.