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
Add debug for _include_changes
pull/383/head
Anton Shnayder
6 years ago
parent
76a9d358e8
commit
74a87d4933
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
octodns/provider/selectel.py
+ 2
- 0
octodns/provider/selectel.py
View File
@ -81,6 +81,8 @@ class SelectelProvider(BaseProvider):
new
=
change
.
new
.
data
new
[
'
ttl
'
]
=
max
(
self
.
MIN_TTL
,
new
[
'
ttl
'
]
)
if
new
==
existing
:
self
.
log
.
debug
(
'
_include_changes: new=
%s
, found existing=
%s
'
,
new
,
existing
)
return
False
return
True
Write
Preview
Loading…
Cancel
Save