Update push_ad.py

This commit is contained in:
midoks 2023-03-16 15:33:18 +08:00
parent 956f20d295
commit 6fb88eb428
1 changed files with 1 additions and 1 deletions

View File

@ -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)