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 typo
pull/379/head
Basir Jamil
7 years ago
parent
6afab8c90a
commit
b385b1ddb5
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
@ -39,7 +39,7 @@ class AkamaiClient(object):
def
getZone
(
self
,
name
)
:
path
=
urljoin
(
self
.
base
,
name
)
result
=
self
.
sess
.
get
(
path
)
result
=
self
.
_
sess
.
get
(
path
)
return
result
.
json
(
)
Write
Preview
Loading…
Cancel
Save