pull/498/head
Sebdraven 2021-04-23 16:06:20 +02:00
parent 94f6af8882
commit 8fbe371eca
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class OnypheClient:
if 'results' in results:
for r in results['results']:
domain = r['domain']
print(domain)
if type(domain) == list:
for d in domain:
self.__get_object_domain_ip(d, 'domain')