From c937562bdae186e19f62fe05734317007494fce8 Mon Sep 17 00:00:00 2001 From: Bastien Le Querrec <blq@laquadrature.net> Date: Mon, 18 Mar 2024 22:57:34 +0100 Subject: [PATCH] RAAspotter: change d'IP Tor lors de sa configuration --- RAAspotter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RAAspotter.py b/RAAspotter.py index ea6d365..58fb8eb 100644 --- a/RAAspotter.py +++ b/RAAspotter.py @@ -101,6 +101,7 @@ class RAAspotter: self.tor_max_requests = max_requests self.tor_requests = 0 self.session.proxies.update(proxies) + self.tor_get_new_id() def disable_tor(self): proxies = {} -- GitLab