pull/498/head
Sebdraven 2021-04-23 16:13:32 +02:00
parent 7813ba4fc3
commit 436254cd8c
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class OnypheClient:
results = self.onyphe_client.summary_ip(self.attribute['value'])
if 'results' in results:
for r in results['results']:
print(r)
domain = r['domain']
if type(domain) == list:
for d in domain: