From 6fb88eb428c79ec08e7016e990de4a4e970334c6 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 16 Mar 2023 15:33:18 +0800 Subject: [PATCH] Update push_ad.py --- plugins/tgbot/startup/extend/push_ad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tgbot/startup/extend/push_ad.py b/plugins/tgbot/startup/extend/push_ad.py index 73e461abd..ccc9b1aa2 100644 --- a/plugins/tgbot/startup/extend/push_ad.py +++ b/plugins/tgbot/startup/extend/push_ad.py @@ -66,4 +66,4 @@ def send_msg(bot, tag='ad', trigger_time=300): def run(bot): - send_msg(bot, 'ad', 6 * 60 * 60) + send_msg(bot, 'ad', 1 * 60 * 60)