From 58e495bf417bfea67a5410467336aba925726e1b Mon Sep 17 00:00:00 2001 From: brent s Date: Fri, 15 May 2020 01:50:45 -0400 Subject: [PATCH] whoops. SO CLOSEEEE --- utils/he_ipv6/tunnelbroker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/he_ipv6/tunnelbroker.py b/utils/he_ipv6/tunnelbroker.py index daef1ff..14f762f 100644 --- a/utils/he_ipv6/tunnelbroker.py +++ b/utils/he_ipv6/tunnelbroker.py @@ -212,7 +212,7 @@ class TunnelBroker(object): logger.debug('Requesting IP update at provider.') req = requests.get(self.url_api, params = {'hostname': str(self.tun.id), - 'myip': self.my_ip}, + 'myip': str(self.my_ip)}, auth = auth_handler) if not req.ok: logger.error('Could not update IP at provider. Request returned {0}.'.format(req.status_code))