diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-07-01 21:43:15 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-07-01 21:43:15 +0300 |
commit | c09de798b4874f9a7158507b5fc5660fea64b44e (patch) | |
tree | bed7fdce79a01a6fe182f1834d8469dab7227580 /src | |
parent | 0afde726af31ee94c8402abda9d6fd6fdba40b27 (diff) |
polaris_kettle_bot: add missing string
Diffstat (limited to 'src')
-rwxr-xr-x | src/polaris_kettle_bot.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/polaris_kettle_bot.py b/src/polaris_kettle_bot.py index 5eb509c..b0d3fb7 100755 --- a/src/polaris_kettle_bot.py +++ b/src/polaris_kettle_bot.py @@ -559,6 +559,7 @@ class KettleBot(Wrapper): disable="❌ Выключить", server_error="Ошибка сервера", back="🔙 Назад", + smth_went_wrong="😱 Что-то пошло не так", # /status status_not_connected="😟 Связь с чайником не установлена", @@ -588,6 +589,7 @@ class KettleBot(Wrapper): disable="❌ Turn OFF", server_error="Server error", back="🔙 Back", + smth_went_wrong="😱 Something went wrong", # /status not_connected="😟 No connection", |