From 8b00d85957ce24b39928cdca43cda98597b7b5d9 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sun, 16 Jun 2024 13:05:08 +0200 Subject: [PATCH] Add comment --- src/open_irceline/api.py | 1 + 1 file changed, 1 insertion(+) 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', }