diff --git a/RAAspotter.py b/RAAspotter.py
index a1fd8265c5282bd10047a8d8a64fcb1754f14eb9..cf4bed542a1abb25cff5495419d558e0d50edd88 100644
--- a/RAAspotter.py
+++ b/RAAspotter.py
@@ -94,8 +94,8 @@ class RAAspotter:
 
   def enable_tor(self, max_requests=0):
     proxies = {
-      "http": f"socks5h://localhost:9050",
-      "https": f"socks5h://localhost:9050",
+      "http": f"socks5h://127.0.0.1:9050",
+      "https": f"socks5h://127.0.0.1:9050",
     }
     self.tor_enabled      = True
     self.tor_max_requests = max_requests