This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
DynProvider only SUPPORTS_DYNAMIC if traffic_directors_enabled
pull/332/head
Ross McFarland
7 years ago
parent
e7113ff491
commit
1bf715c8a4
No known key found for this signature in database
GPG Key ID:
61C10C4FC8FE4A89
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
octodns/provider/dyn.py
+ 1
- 1
octodns/provider/dyn.py
View File
@ -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
Write
Preview
Loading…
Cancel
Save