pull/208/head
Sebdraven 2018-07-12 14:17:16 +02:00
parent fb595c08aa
commit 731c06a939
1 changed files with 2 additions and 1 deletions

View File

@ -502,9 +502,10 @@ def version():
def __select_registrant_item(entry):
print(entry)
if 'contacts' in entry:
for c in entry['contacts']:
print(c)
if c['type'] == 'registrant':
print(c)
return c