This commit is contained in:
yasirarism 2023-05-22 15:15:26 +00:00 committed by GitHub
parent 9a4a83c02d
commit ffb05e57ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ basicConfig(
) )
getLogger("pyrogram").setLevel(ERROR) getLogger("pyrogram").setLevel(ERROR)
getLogger("openai").setLevel(ERROR) getLogger("openai").setLevel(ERROR)
getLogger("httpx").setLevel(logging.ERROR) getLogger("httpx").setLevel(ERROR)
MOD_LOAD = [] MOD_LOAD = []
MOD_NOLOAD = ["subscene_dl"] MOD_NOLOAD = ["subscene_dl"]