can use multi thread to validate links

This commit is contained in:
2024-05-04 14:50:26 +02:00
parent bb1a01e204
commit b9f390dc83
4 changed files with 227 additions and 4 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ class MongoDbManager:
collection = self.db[collection_name]
validated_at = time.strftime("%H:%M:%S", time.localtime())
validated_by = "requests" + str(segement_position)
validated_by = "requests:" + str(segement_position)
if is_invalid:
validated_by = "Invalid"
if is_duplicated: