From 4b64bd4e4ad587e44b4e67ff0ec0773efb478565 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 8 Aug 2021 00:08:53 +0300 Subject: fuck what's wrong --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 60df15d..06b43d0 100644 --- a/main.py +++ b/main.py @@ -108,7 +108,7 @@ def msg_status(update: Update, context: CallbackContext) -> None: response = relay.status() status = 'Включен' if response == 'on' else 'Выключен' - reply(update, status) + reply(update, status + ' ' + response) except Exception as e: handle_exc(update, e) -- cgit v1.2.3