diff --git a/src/consts.py b/src/consts.py index ad6fb9e..982f4d7 100644 --- a/src/consts.py +++ b/src/consts.py @@ -19,7 +19,7 @@ PROXY_SERVER = os.getenv("PROXY_SERVER") PROXY_USERNAME = os.getenv("PROXY_USERNAME") PROXY_PASSWORD = os.getenv("PROXY_PASSWORD") -HOST = os.getenv("HOST", "0.0.0.0") +HOST = os.getenv("HOST", "0.0.0.0") # noqa: S104 PORT = int(os.getenv("PORT", "8191")) CHALLENGE_TITLES_MAP: dict[CaptchaType, list[str]] = {