summaryrefslogtreecommitdiff
path: root/scripts/rebuild_endpoints.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rebuild_endpoints.py')
-rw-r--r--scripts/rebuild_endpoints.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rebuild_endpoints.py b/scripts/rebuild_endpoints.py
index f5f12809..37ac37d8 100644
--- a/scripts/rebuild_endpoints.py
+++ b/scripts/rebuild_endpoints.py
@@ -19,6 +19,7 @@ def fetch_endpoints():
return resp.text
+
def parse_xml(raw_xml):
return pq(raw_xml, parser='xml')