pull/208/head
Sebdraven 2018-07-10 15:17:37 +02:00
parent b677cd5fc7
commit 21794249d0
1 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,7 @@ def expand_subdomains(api, domain):
)
except APIError as e:
misperrors['error'] = e
return r, status_ok
@ -243,6 +244,7 @@ def expand_whois(api, domain):
except APIError as e:
misperrors['error'] = e
print(e)
return r, status_ok