From 64be0cc590ff8542f4f685ac4a06f32dd6135b98 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Sun, 5 Sep 2021 21:13:22 +0800 Subject: [PATCH] dec interval of weibo --- src/plugins/nonebot_hk_reporter/platform/weibo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/nonebot_hk_reporter/platform/weibo.py b/src/plugins/nonebot_hk_reporter/platform/weibo.py index b4517cd..227bf2a 100644 --- a/src/plugins/nonebot_hk_reporter/platform/weibo.py +++ b/src/plugins/nonebot_hk_reporter/platform/weibo.py @@ -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: