Skip to content

Commit e81ff6a

Browse files
SnoopJdgw
andauthored
Space Core says "Too much space, want to go home"
Co-authored-by: dgw <[email protected]>
1 parent c66ae1e commit e81ff6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sopel/modules/url.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -411,11 +411,11 @@ def process_urls(
411411
ips = [ip_address(ip) for ip in dns.resolver.resolve(parsed_url.hostname)]
412412
except Exception as exc:
413413
LOGGER.debug(
414-
"Cannot resolve hostname %s, ignoring URL %s"
415-
" (exception was: %r)",
416-
parsed_url.hostname,
417-
url,
418-
exc,
414+
"Cannot resolve hostname %s, ignoring URL %s"
415+
" (exception was: %r)",
416+
parsed_url.hostname,
417+
url,
418+
exc,
419419
)
420420
continue
421421

0 commit comments

Comments
 (0)