From 1c4416bd5231a02f5d8d56efa8668b76cd67e7cd Mon Sep 17 00:00:00 2001 From: nex Date: Mon, 13 Nov 2023 20:34:44 +0000 Subject: [PATCH] I can logic --- cogs/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/other.py b/cogs/other.py index 12d8483..7aeccd9 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -1909,7 +1909,7 @@ class OtherCog(commands.Cog): } model = model.casefold() - if server != "auto": + if server == "auto": async with httpx.AsyncClient(follow_redirects=True) as client: for host in try_hosts.keys(): try: