From 4be9674f8212e56421841a68db5bc84db9362b64 Mon Sep 17 00:00:00 2001 From: ThePhaseless Date: Sun, 8 Feb 2026 11:50:33 +0000 Subject: [PATCH] ignore linter warning --- src/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]] = {