diff --git a/modules/networking.py b/modules/networking.py index 3014d28..6557a03 100644 --- a/modules/networking.py +++ b/modules/networking.py @@ -172,7 +172,7 @@ def traceURL(url, timeout=5, stack=None): stack.append('stack overflow :(') return stack - o = urlparse(url, "http") + o = urllib.parse.urlparse(url, "http") if o.netloc == "": return stack if o.scheme == "http":