filter rdv

This commit is contained in:
2023-04-20 11:21:20 +02:00
parent 42e634f34d
commit c99e559117
+1 -1
View File
@@ -188,7 +188,7 @@ class MailReader():
def need_to_valid_url(url: str, successful_items) -> bool:
return True
# return True
if len(successful_items) == 0:
return False
print("url is :" + url)