From e05e72449b53ee1658bbf19d5a94f481d489349f Mon Sep 17 00:00:00 2001 From: Joe Weiss Date: Sun, 19 Jun 2022 06:58:49 -0400 Subject: [PATCH] Fix typos --- scripts/server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/server.py b/scripts/server.py index 72b7cc3..7b58635 100755 --- a/scripts/server.py +++ b/scripts/server.py @@ -402,10 +402,10 @@ def handle_client(conn, addr): time.sleep(2) # Apprise of detection if not already alerted this run. - if not str(entry[0] in species_apprised_this_run: + if not str(entry[0]) in species_apprised_this_run: sendAppriseNotifications(str(entry[0]), str(entry[1]), File_Name, settings_dict) - species_apprised_this_run.append(str(entry[0]) + species_apprised_this_run.append(str(entry[0])) print(str(current_date) + ';' +