support data impulse

This commit is contained in:
2024-05-11 09:09:09 +02:00
parent 8f432e0859
commit 3989066d7f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class LinkValidatorWithProvidedList(threading.Thread):
self.queue_to_listen = queue_to_listen
self.ip_country = ip_country
self.filter_with_ip_country()
self.proxy_manager = ProxyManager()
self.proxy_manager = ProxyManager(logger)
self.limit = limit
def set_up_connection(self):