Browse Source

Update octodns/provider/fastdns.py

Co-Authored-By: Ross McFarland <ross@github.com>
pull/379/head
basirjamil 7 years ago
committed by GitHub
parent
commit
91e7ac6d36
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/fastdns.py

+ 1
- 1
octodns/provider/fastdns.py View File

@ -181,7 +181,7 @@ class AkamaiProvider(BaseProvider):
def __init__(self, id, client_secret, host, access_token, client_token,
contract_id=None, gid=None, *args, **kwargs):
self.log = logging.getLogger('AkamaiProvider[{}]'.format(id))
self.log = getLogger('AkamaiProvider[{}]'.format(id))
self.log.debug('__init__: id=%s, ')
super(AkamaiProvider, self).__init__(id, *args, **kwargs)


Loading…
Cancel
Save