Browse Source

Set a default rate-limit delay.

pull/165/head
Terrence Cole 8 years ago
parent
commit
41622009e4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/rackspace.py

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

@ -42,7 +42,7 @@ class RackspaceProvider(BaseProvider):
'TXT')) 'TXT'))
TIMEOUT = 5 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): **kwargs):
''' '''
Rackspace API v1 Provider Rackspace API v1 Provider


Loading…
Cancel
Save