Skip to content
Snippets Groups Projects
Commit bc733f59 authored by Andreas Beckmann's avatar Andreas Beckmann
Browse files

exclude invalid/withdrawn/declined from country stats

parent 58328675
Branches
Tags
No related merge requests found
......@@ -507,6 +507,9 @@ for id in user_data:
'preference': [[['',''], ['',''], ['','']], [['',''], ['',''], ['','']]]}
})
if user_data[id]['selected'] in ['invalid', 'withdrawn', 'declined']:
continue
# store countries into separate array
ctryName = user_data[id]['Country']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment