diff --git a/src/bot/handlers.py b/src/bot/handlers.py index 71cda91..f03a352 100644 --- a/src/bot/handlers.py +++ b/src/bot/handlers.py @@ -9,10 +9,10 @@ from .. import cryptography, database from .utils import ( accounts_to_json, base_handler, + check_account, check_account_name, check_login, check_passwd, - check_account, get_all_accounts, json_to_accounts, send_tmp_message,