Update push_notice_msg.py

pull/420/head
midoks 2 years ago
parent 0ab0741031
commit 59f62b948a
  1. 2
      plugins/tgbot/startup/extend/push_notice_msg.py

@ -104,7 +104,7 @@ def send_msg(bot, tag='ad', trigger_time=300):
msg = bot.send_message(chat_id, msg_notice, reply_markup=markup)
# print(msg.message_id)
time.sleep(90)
time.sleep(60)
try:
bot.delete_message(
chat_id=chat_id, message_id=msg.message_id)

Loading…
Cancel
Save