mirror of
https://github.com/jdejaegh/python-irceline.git
synced 2025-06-27 03:35:56 +02:00
Add comment
This commit is contained in:
parent
c91afe9627
commit
8b00d85957
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue