diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-11-06 21:46:43 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-11-06 21:46:43 +0300 |
commit | cecd192486a73c0f1c242f63be97047aecabb5bf (patch) | |
tree | 2ff4ce5f65a30b939250fb7d5c9a969c2db25090 | |
parent | 84ffac33f58c8bba9690ab058d1c8faa3fb2ffa3 (diff) |
inverter_bot: delete unused command handlers
-rwxr-xr-x | src/inverter_bot.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/inverter_bot.py b/src/inverter_bot.py index 1ac702c..d3ccb8e 100755 --- a/src/inverter_bot.py +++ b/src/inverter_bot.py @@ -692,16 +692,6 @@ def monsetcur_handler(ctx: bot.Context) -> None: ctx.reply('not implemented yet') -@bot.handler(command='calcw') -def calcw_handler(ctx: bot.Context) -> None: - ctx.reply('not implemented yet') - - -@bot.handler(command='calcwadv') -def calcwadv_handler(ctx: bot.Context) -> None: - ctx.reply('not implemented yet') - - @bot.callbackhandler def button_callback(ctx: bot.Context) -> None: query = ctx.callback_query |