use ip royal proxy to validate links
This commit is contained in:
@@ -3,10 +3,14 @@ import time
|
||||
from workers.link_validator_with_provided_list import validate_all_links
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
def start_link_validation():
|
||||
# generate test data
|
||||
while True:
|
||||
print("call validate_all_links()")
|
||||
validate_all_links([])
|
||||
print("wait for 30 seconds")
|
||||
time.sleep(10)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
start_link_validation()
|
||||
|
||||
Reference in New Issue
Block a user