Skip to content
Snippets Groups Projects
Commit 38eb4086 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Merge branch 'hruska-bugfix-#7563-displayed-token' into devel

parents 624dcd2c 57b31970
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ class PDNSRService: ...@@ -118,7 +118,7 @@ class PDNSRService:
# Send request # Send request
try: try:
resp = requests.get(url) resp = requests.get(url)
except Exception as exc: except Exception:
raise PDNSRRuntimeException( raise PDNSRRuntimeException(
"Can't get data from PassiveDNS service: {}ip/{}".format(self.base_api_url, str(ipaddr)) "Can't get data from PassiveDNS service: {}ip/{}".format(self.base_api_url, str(ipaddr))
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment