From 447ece1b34c60122781ddf91fb88cd5d9dcf684a Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:36:11 +1000 Subject: [PATCH] upd ansi: add tg --- plugins/callback/telegram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/callback/telegram.py b/plugins/callback/telegram.py index c634a8c..54a18ca 100644 --- a/plugins/callback/telegram.py +++ b/plugins/callback/telegram.py @@ -183,7 +183,7 @@ class CallbackModule(CallbackBase): unreachable = True print(s) - t.add_row([h] ) + t.add_row([h.replace('.guaranteedstruggle.host','')] ) print([h.replace('.guaranteedstruggle.host','')]) print(', '.join([ str(s[k]) for k in ['ok', 'changed', 'unreachable', 'failures', 'rescued', 'ignored']]))