Island: Fix typo in Version object

This commit is contained in:
Ilija Lazoroski 2022-08-03 23:49:46 +02:00
parent ae468f9832
commit 4500d57edd
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class Version:
try:
reply = requests.get(url, timeout=LATEST_VERSION_TIMEOUT)
except requests.exceptions.RequestsException as err:
except requests.exceptions.RequestException as err:
logger.warning(f"Failed to connect to {VERSION_SERVER_URL_PREF}: {err}")
return self._version_number