valid the links with paris ip

This commit is contained in:
2024-12-14 11:51:05 +01:00
parent 4b17fa27c8
commit bda446f2d9
7 changed files with 134 additions and 53 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ if __name__ == '__main__':
# generate test data
while True:
print("call validate_all_links()")
validate_all_links()
validate_all_links([])
print("wait for 30 seconds")
time.sleep(30)