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
Update octodns/record/__init__.py
pull/929/head
Ross McFarland
3 years ago
committed by
GitHub
parent
c3a5795452
commit
d9d3209ef6
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
octodns/record/__init__.py
+ 1
- 1
octodns/record/__init__.py
View File
@ -1978,7 +1978,7 @@ class UrlfwdValue(EqualityTupleMixin, dict):
@classmethod
def
process
(
cls
,
values
)
:
return
[
UrlfwdValue
(
v
)
for
v
in
values
]
return
[
cls
(
v
)
for
v
in
values
]
def
__init__
(
self
,
value
)
:
super
(
)
.
__init__
(
Write
Preview
Loading…
Cancel
Save