We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea706e commit cc57c75Copy full SHA for cc57c75
prefix_finder/frontend/views.py
@@ -551,7 +551,7 @@ def make_xml_codelist(use_branch="master"):
551
items = ET.SubElement(root, "codelist-items")
552
553
for entry in org_id_dict[use_branch].values():
554
- if entry['access'] and entry['access']['availableOnline']:
+ if entry['access'] and entry['access'].get('availableOnline'):
555
publicdb = str(1)
556
else:
557
publicdb = str(0)
0 commit comments