diff --git a/src/plugins/nonebot_hk_reporter/plugin_config.py b/src/plugins/nonebot_hk_reporter/plugin_config.py index 6bbe5a9..9012462 100644 --- a/src/plugins/nonebot_hk_reporter/plugin_config.py +++ b/src/plugins/nonebot_hk_reporter/plugin_config.py @@ -10,7 +10,7 @@ class PlugConfig(BaseSettings): hk_reporter_use_local: bool = False hk_reporter_browser: str = '' hk_reporter_init_filter: bool = True - hk_reporter_use_queue: bool = False + hk_reporter_use_queue: bool = True class Config: extra = 'ignore'