dec interval of weibo

This commit is contained in:
felinae98 2021-09-05 21:13:22 +08:00
parent 129269c193
commit 64be0cc590
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -25,7 +25,7 @@ class Weibo(NewMessage, TargetMixin):
enabled = True
is_common = True
schedule_type = 'interval'
schedule_kw = {'seconds': 10}
schedule_kw = {'seconds': 3}
async def get_target_name(self, target: Target) -> Optional[str]:
async with httpx.AsyncClient() as client: