Merge branch 'hotfix/typo-in-url'
This commit is contained in:
commit
e21bb8d5fc
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def response_successful(response_text):
|
||||||
|
|
||||||
|
|
||||||
def ddns_update(host, key, ip):
|
def ddns_update(host, key, ip):
|
||||||
url = f"https://dyndns.strato_.com/nic/update?hostname={host}&myip={ip}"
|
url = f"https://dyndns.strato.com/nic/update?hostname={host}&myip={ip}"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
response = requests.get(url, auth=(host, key), timeout=3)
|
response = requests.get(url, auth=(host, key), timeout=3)
|
||||||
|
|
Loading…
Reference in a new issue