change return value

pull/208/head
Sebdraven 2018-07-10 15:05:10 +02:00
parent e1a1648f14
commit 714c15f079
1 changed files with 1 additions and 1 deletions

View File

@ -260,4 +260,4 @@ def __select_registrant_item(entry):
for c in entry['contacts']:
print(c)
if c['type'] == 'registrant':
return entry
return c