Add comment

This commit is contained in:
Jules 2024-06-16 13:05:08 +02:00
parent c91afe9627
commit 8b00d85957
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A

View file

@ -90,6 +90,7 @@ class IrcelineClient:
except ElementTree.ParseError: except ElementTree.ParseError:
return set() return set()
# noinspection HttpUrlsUsage # noinspection HttpUrlsUsage
# We never connect to the URL, it is just the namespace in the XML
namespaces = { namespaces = {
'wfs': 'http://www.opengis.net/wfs', 'wfs': 'http://www.opengis.net/wfs',
} }