We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66ae1e commit e81ff6aCopy full SHA for e81ff6a
sopel/modules/url.py
@@ -411,11 +411,11 @@ def process_urls(
411
ips = [ip_address(ip) for ip in dns.resolver.resolve(parsed_url.hostname)]
412
except Exception as exc:
413
LOGGER.debug(
414
- "Cannot resolve hostname %s, ignoring URL %s"
415
- " (exception was: %r)",
416
- parsed_url.hostname,
417
- url,
418
- exc,
+ "Cannot resolve hostname %s, ignoring URL %s"
+ " (exception was: %r)",
+ parsed_url.hostname,
+ url,
+ exc,
419
)
420
continue
421
0 commit comments