logging? wtf?
This commit is contained in:
@@ -209,6 +209,8 @@ class TunnelBroker(object):
|
||||
def update(self):
|
||||
if not self.my_ip:
|
||||
self._get_my_ip()
|
||||
if not self.needs_update:
|
||||
return(None)
|
||||
auth_handler = requests.auth.HTTPBasicAuth(self.tun.creds.user, self.tun.update_key)
|
||||
logger.debug('Set auth handler.')
|
||||
logger.debug('Requesting IP update at provider.')
|
||||
|
||||
Reference in New Issue
Block a user