correction on mail_reader.py
This commit is contained in:
@@ -209,7 +209,7 @@ def need_to_check_email(mail: str, successful_items) -> bool:
|
|||||||
return True
|
return True
|
||||||
# return True
|
# return True
|
||||||
# get all the item with the current mail
|
# get all the item with the current mail
|
||||||
filtered_items = list(filter(lambda item: item.email == mail, successful_items))
|
filtered_items = list(filter(lambda item: item.mail == mail, successful_items))
|
||||||
# has validated value
|
# has validated value
|
||||||
if len(filtered_items) > 0:
|
if len(filtered_items) > 0:
|
||||||
validated_items = list(filter(
|
validated_items = list(filter(
|
||||||
|
|||||||
Reference in New Issue
Block a user