remove print

pull/208/head
Sebdraven 2018-07-18 10:51:47 +02:00
parent f2df6dc538
commit c8e20d9087
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ def expand_whois(api, domain):
status_ok = True
item_registrant = __select_registrant_item(results)
if item_registrant:
print(item_registrant)
if 'email' in item_registrant[0]:
r.append(
{