From 836248619b07322bde9513a922f79f6ac681cbc1 Mon Sep 17 00:00:00 2001 From: Gabriele Date: Sat, 14 Sep 2024 13:08:13 +0200 Subject: [PATCH] noip website change and version bump --- noip-renew.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noip-renew.py b/noip-renew.py index df01919..978429a 100755 --- a/noip-renew.py +++ b/noip-renew.py @@ -30,7 +30,7 @@ import base64 import subprocess -VERSION = "2.0.1" +VERSION = "2.0.3" DOCKER = False class Logger: @@ -204,7 +204,7 @@ def get_host_expiration_days(host, iteration): @staticmethod def get_host_link(host, iteration): - return host.find_element(By.XPATH, ".//a[@class='link-info cursor-pointer']") + return host.find_element(By.XPATH, ".//a[@class='link-info cursor-pointer notranslate']") @staticmethod def get_host_button(host, iteration):