I can logic

This commit is contained in:
Nexus 2023-11-13 20:34:44 +00:00
parent 0f03feeede
commit 1c4416bd52
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -1909,7 +1909,7 @@ class OtherCog(commands.Cog):
} }
model = model.casefold() model = model.casefold()
if server != "auto": if server == "auto":
async with httpx.AsyncClient(follow_redirects=True) as client: async with httpx.AsyncClient(follow_redirects=True) as client:
for host in try_hosts.keys(): for host in try_hosts.keys():
try: try: