mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
DynProvider only SUPPORTS_DYNAMIC if traffic_directors_enabled
This commit is contained in:
@@ -268,7 +268,7 @@ class DynProvider(BaseProvider):
|
||||
|
||||
@property
|
||||
def SUPPORTS_DYNAMIC(self):
|
||||
return True
|
||||
return self.traffic_directors_enabled
|
||||
|
||||
def _check_dyn_sess(self):
|
||||
# We don't have to worry about locking for the check since the
|
||||
|
Reference in New Issue
Block a user