add created_at field for ReserveResultPojo

This commit is contained in:
2022-12-13 18:10:04 +01:00
parent ba35de8628
commit f9177bace8
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ def read_mails():
if match:
url = match.group(0)
if need_to_valid_url(url, successful_items):
MONGO_STORE_MANAGER.save_links_to_validate(url)
# MONGO_STORE_MANAGER.save_links_to_validate(url)
url_validator = LinkValidator(url)
# print("need to validate url: " + url)
executor.submit(url_validator.start_page, params.get_proxy(ProxyType.OXYLABS), True)