diff --git a/misskaty/__init__.py b/misskaty/__init__.py index 0c8a2b62..95ebd07f 100644 --- a/misskaty/__init__.py +++ b/misskaty/__init__.py @@ -21,7 +21,7 @@ basicConfig( ) getLogger("pyrogram").setLevel(ERROR) getLogger("openai").setLevel(ERROR) -getLogger("httpx").setLevel(logging.ERROR) +getLogger("httpx").setLevel(ERROR) MOD_LOAD = [] MOD_NOLOAD = ["subscene_dl"]