From f5d139abe6427c50497d0c13cfb184045c00328f Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Sat, 25 Dec 2021 23:57:51 +0800 Subject: [PATCH] update ncm_artist schedule rate --- src/plugins/nonebot_bison/platform/ncm_artist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/nonebot_bison/platform/ncm_artist.py b/src/plugins/nonebot_bison/platform/ncm_artist.py index 5592acf..28664c9 100644 --- a/src/plugins/nonebot_bison/platform/ncm_artist.py +++ b/src/plugins/nonebot_bison/platform/ncm_artist.py @@ -13,7 +13,7 @@ class NcmArtist(TargetMixin, NewMessage): enabled = True is_common = True schedule_type = 'interval' - schedule_kw = {'minutes': 10} + schedule_kw = {'minutes': 1} name = "网易云-歌手" async def get_target_name(self, target: Target) -> Optional[str]: