hotfix
This commit is contained in:
parent
edb0641889
commit
5d0ce49d0c
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ def handle(message):
|
||||||
check_tailscale()
|
check_tailscale()
|
||||||
ping_status = '\n'.join(reach)
|
ping_status = '\n'.join(reach)
|
||||||
bot.reply_to(message, f'ping status:\n\n{ping_status}')
|
bot.reply_to(message, f'ping status:\n\n{ping_status}')
|
||||||
|
ping_status = ''
|
||||||
|
|
||||||
#polling
|
#polling
|
||||||
bot.polling()
|
bot.polling()
|
||||||
Loading…
Add table
Reference in a new issue