Browse Source

Merge remote-tracking branch 'origin/master' into route53-dynamic

pull/333/head
Ross McFarland 7 years ago
parent
commit
684a152d9e
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/dyn.py

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

@ -268,7 +268,7 @@ class DynProvider(BaseProvider):
@property @property
def SUPPORTS_DYNAMIC(self): def SUPPORTS_DYNAMIC(self):
return True
return self.traffic_directors_enabled
def _check_dyn_sess(self): def _check_dyn_sess(self):
# We don't have to worry about locking for the check since the # We don't have to worry about locking for the check since the


Loading…
Cancel
Save