diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-08-08 13:49:06 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-08-08 13:49:06 +0300 |
commit | aced1ab769417e07d29e36e38b4492a2c87b4611 (patch) | |
tree | 4cdc2adc4f1b758d0ba68fe5b2e9108419e242b6 | |
parent | 37f9b127e4e704564c7cc1f986517ad462912f72 (diff) |
add some emoji
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ def msg_status(update: Update, context: CallbackContext) -> None: relay.connect() response = relay.status() - status = 'Включен' if response == 'on' else 'Выключен' + status = 'Включен ✅' if response == 'on' else 'Выключен ❌' reply(update, status) except Exception as e: |