mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
fixed base class errors
This commit is contained in:
@@ -20,8 +20,13 @@ class _AkamaiRecord(object):
|
||||
|
||||
|
||||
class AkamaiProvider(BaseProvider):
|
||||
pass
|
||||
|
||||
SUPPORTS_GEO = False
|
||||
SUPPORTS_DYNAMIC = False
|
||||
SUPPORTS = set(('A', 'AAAA', 'CAA', 'CNAME', 'MX', 'NS', 'PTR', 'SRV',
|
||||
'TXT'))
|
||||
|
||||
|
||||
def __init__(self, id, client_secret, host, access_token, client_token,
|
||||
*args, **kwargs):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user