update ncm_artist schedule rate

This commit is contained in:
felinae98 2021-12-25 23:57:51 +08:00
parent 4468de6f7a
commit f5d139abe6
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -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]: