1
0
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:
Terrence Cole
2018-01-06 10:32:25 -08:00
parent 88bbd66300
commit 41622009e4

View File

@@ -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