diff --git a/src/open_irceline/api.py b/src/open_irceline/api.py index d8ba947..a699549 100644 --- a/src/open_irceline/api.py +++ b/src/open_irceline/api.py @@ -90,6 +90,7 @@ class IrcelineClient: except ElementTree.ParseError: return set() # noinspection HttpUrlsUsage + # We never connect to the URL, it is just the namespace in the XML namespaces = { 'wfs': 'http://www.opengis.net/wfs', }