mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
fix: change logger warning to debug for empty Discord configs
This commit is contained in:
@@ -182,7 +182,7 @@ class DiscordModule(_ModuleBase, _MessageBase[Discord]):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if not configs:
|
if not configs:
|
||||||
logger.warning("[Discord] get_configs() 返回空,没有可用的 Discord 配置")
|
logger.debug("[Discord] get_configs() 返回空,没有可用的 Discord 配置")
|
||||||
return
|
return
|
||||||
|
|
||||||
for conf in configs.values():
|
for conf in configs.values():
|
||||||
|
|||||||
Reference in New Issue
Block a user