Skip to content

Commit

Permalink
noip website change and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
neothematrix authored Sep 14, 2024
1 parent ecfb8c7 commit 8362486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noip-renew.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import base64
import subprocess

VERSION = "2.0.1"
VERSION = "2.0.3"
DOCKER = False

class Logger:
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit 8362486

Please sign in to comment.