From 66561c51d8b6cc298720b26a1a553b3c0ad80c3b Mon Sep 17 00:00:00 2001 From: brent s Date: Fri, 15 May 2020 00:41:15 -0400 Subject: [PATCH] i cannot BELIEVE i did that. --- utils/he_ipv6/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/he_ipv6/config.py b/utils/he_ipv6/config.py index bef433e..342d38c 100644 --- a/utils/he_ipv6/config.py +++ b/utils/he_ipv6/config.py @@ -229,7 +229,7 @@ class HEBaseConfig(BaseConfig): # This isn't really used. class HEConfig(HEBaseConfig): default_xsd = 'http://schema.xml.r00t2.io/projects/tunnelbroker.tun.xsd' - nsmap = {None: 'https://tunelbroker.net/tunnelInfo.php?tid', + nsmap = {None: 'https://tunnelbroker.net/tunnelInfo.php?tid', 'xsi': 'http://www.w3.org/2001/XMLSchema-instance'} attr_qname = etree.QName('http://www.w3.org/2001/XMLSchema-instance', 'schemaLocation') schema_loc = 'https://tunnelbroker.net/tunnelInfo.php?tid {0}'.format(default_xsd) @@ -246,7 +246,7 @@ class HEConfig(HEBaseConfig): class HETunnelConfig(HEBaseConfig): default_xsd = 'http://schema.xml.r00t2.io/projects/tunnelbroker.tun.xsd' - nsmap = {None: 'https://tunelbroker.net/tunnelInfo.php?tid', + nsmap = {None: 'https://tunnelbroker.net/tunnelInfo.php?tid', 'xsi': 'http://www.w3.org/2001/XMLSchema-instance'} attr_qname = etree.QName('http://www.w3.org/2001/XMLSchema-instance', 'schemaLocation') schema_loc = 'https://tunnelbroker.net/tunnelInfo.php?tid {0}'.format(default_xsd)