summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 06b43d0..60df15d 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 + ' ' + response)
+ reply(update, status)
except Exception as e:
handle_exc(update, e)