From fc4e99a56585b3ac13e03e71676df9114c59f80b Mon Sep 17 00:00:00 2001 From: nex Date: Tue, 14 Nov 2023 22:15:34 +0000 Subject: [PATCH] Add a catch all for SSL detectoin becaus eim lazu --- cogs/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/other.py b/cogs/other.py index 9ab7956..b592d68 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -1973,7 +1973,7 @@ class OtherCog(commands.Cog): try: await client.get(f"https://{host}/api/tags") client.base_url = f"https://{host}/api" - except httpx.ConnectError as e: + except (httpx.ConnectError, Exception): client.base_url = f"http://{host}/api" try: