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

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

parents b5d27730 e626dcfa
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ class PDNSRService: ...@@ -120,7 +120,7 @@ class PDNSRService:
resp = requests.get(url) resp = requests.get(url)
except Exception as exc: except Exception as exc:
raise PDNSRRuntimeException( raise PDNSRRuntimeException(
"Can't get data from PassiveDNS service: {}".format(str(exc)) "Can't get data from PassiveDNS service: {}ip/{}".format(self.base_api_url, str(ipaddr))
) )
if resp.status_code == requests.codes.not_found: if resp.status_code == requests.codes.not_found:
......
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