diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-12-18 05:35:54 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-12-18 05:35:54 +0300 |
commit | 5f34b77581355ed2e0f03a6eb7607e4c6d508e7e (patch) | |
tree | aab9c635d8a5336fb732bdd3f3237fe6d21392f5 /src/pump_bot.py | |
parent | 9c5da6f50b850596cca867c1cca0dae17750dc1c (diff) |
pump_bot: rename modules, make it clear it works locally on sunxi h3 board
Diffstat (limited to 'src/pump_bot.py')
-rwxr-xr-x | src/pump_bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pump_bot.py b/src/pump_bot.py index bf791d3..de925db 100755 --- a/src/pump_bot.py +++ b/src/pump_bot.py @@ -6,7 +6,7 @@ from telegram import ReplyKeyboardMarkup, User from home.config import config from home.telegram import bot from home.telegram._botutil import user_any_name -from home.relay import RelayClient +from home.relay.sunxi_h3_client import RelayClient from home.api.types import BotType config.load('pump_bot') |