mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
Use queue default
This commit is contained in:
parent
0c79540174
commit
76061d338d
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user