can use multi thread to validate links
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user