Skip to content

Commit 907eeeb

Browse files
committed
URL update
1 parent 6bb441a commit 907eeeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyopentree/opentreeservice.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ class OpenTreeError(Exception):
3434

3535
def __init__(self, base_url=None):
3636
if base_url is None:
37-
self.base_url = 'http://devapi.opentreeoflife.org/v2'
37+
# self.base_url = 'http://devapi.opentreeoflife.org/v2'
38+
self.base_url = 'http://api.opentreeoflife.org/v2'
3839
else:
3940
self.base_url = base_url
4041
self.is_testing_mode = False

0 commit comments

Comments
 (0)