pull/208/head
Sebdraven 2018-07-12 14:33:52 +02:00
parent 844b25b4cd
commit d56bf55038
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ def version():
def __select_registrant_item(entry):
print(entry)
if 'contacts' in entry:
return list(filter(lambda x: x['type'] == 'registrant',
entry['contacts']))