From ce9761a85acba53726afdcc6613f30f45c0fa58f Mon Sep 17 00:00:00 2001 From: spla Date: Mon, 29 Aug 2022 11:27:47 +0200 Subject: [PATCH] Fix #1 --- akkomabot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/akkomabot.py b/akkomabot.py index c7460e5..995a3db 100644 --- a/akkomabot.py +++ b/akkomabot.py @@ -113,7 +113,7 @@ class Akkomabot: sys.exit("Bye") - user_name = input("Bot user name, ex. john? ") + user_name = input("Bot user name, ex. xmpp? ") user_password = getpass.getpass("Bot password? ") app_name = input("Bot App name? ") self.__bot_lang = input("Bot replies lang (ca or en)? ") @@ -128,7 +128,7 @@ class Akkomabot: grant_type = 'password' - akkoma.__log_in( + akkoma.log_in( client_id, client_secret, grant_type,