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
fixed zone name trailing .
pull/379/head
Basir Jamil
7 years ago
parent
b385b1ddb5
commit
32f01da506
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/fastdns.py
+ 1
- 1
octodns/provider/fastdns.py
View File
@ -91,7 +91,7 @@ class AkamaiProvider(BaseProvider):
print
(
"
populate()
"
,
zone
.
name
)
zone_name
=
zone
.
name
[
:
len
(
zone_name
)
-
1
]
result
=
self
.
_dns_client
.
getZone
(
zone
.
name
)
print
(
result
)
Write
Preview
Loading…
Cancel
Save