mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Set a default rate-limit delay.
This commit is contained in:
@@ -42,7 +42,7 @@ class RackspaceProvider(BaseProvider):
|
||||
'TXT'))
|
||||
TIMEOUT = 5
|
||||
|
||||
def __init__(self, id, username, api_key, ratelimit_delay, *args,
|
||||
def __init__(self, id, username, api_key, ratelimit_delay=0.0, *args,
|
||||
**kwargs):
|
||||
'''
|
||||
Rackspace API v1 Provider
|
||||
|
||||
Reference in New Issue
Block a user