From 5d0ce49d0c856cdcc80bc275ca206c8163088b70 Mon Sep 17 00:00:00 2001 From: HornetMaidan Date: Sat, 5 Oct 2024 01:08:41 +0500 Subject: [PATCH] hotfix --- lainmonitor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lainmonitor.py b/lainmonitor.py index 0012e5c..341c2de 100644 --- a/lainmonitor.py +++ b/lainmonitor.py @@ -88,6 +88,7 @@ def handle(message): check_tailscale() ping_status = '\n'.join(reach) bot.reply_to(message, f'ping status:\n\n{ping_status}') + ping_status = '' #polling bot.polling() \ No newline at end of file