ignore linter warning

This commit is contained in:
ThePhaseless
2026-02-08 11:50:33 +00:00
parent a35732596e
commit 4be9674f82
+1 -1
View File
@@ -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]] = {