Fix typos

This commit is contained in:
Joe Weiss
2022-06-19 06:58:49 -04:00
parent 164bfff9ce
commit e05e72449b
+2 -2
View File
@@ -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) +
';' +