Skip to content

Commit 073f6bf

Browse files
authored
updating default hostname
1 parent 2045d43 commit 073f6bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.plugin-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1

ultra_rest_client/ultra_rest_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import time
1010

1111
class RestApiClient:
12-
def __init__(self, bu: str, pr: str = None, use_token: bool = False, use_http: bool =False, host: str = "api.test.ultradns.net"):
12+
def __init__(self, bu: str, pr: str = None, use_token: bool = False, use_http: bool =False, host: str = "api.ultradns.com"):
1313
"""Initialize a Rest API Client.
1414
1515
Arguments:

0 commit comments

Comments
 (0)