add created_at field for ReserveResultPojo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user