chore: update Dockerfile and requirements for Python 3.13, enhance error handling in config and tracker modules
This commit is contained in:
@@ -94,7 +94,7 @@ class Config:
|
||||
ip = response.text.strip()
|
||||
if ip:
|
||||
break
|
||||
except Exception:
|
||||
except requests.RequestException:
|
||||
continue
|
||||
|
||||
if not ip:
|
||||
|
||||
Reference in New Issue
Block a user