diff --git a/telegram_bot/bot.py b/telegram_bot/bot.py index b24599a..be23eb4 100644 --- a/telegram_bot/bot.py +++ b/telegram_bot/bot.py @@ -38,8 +38,8 @@ bot_version = "0.2.1" user_list = [] #create api handler -api_handler = API_Handler("https://aktienbot.flokaiser.com/api", str(os.getenv("BOT_EMAIL")), str(os.getenv("BOT_PASSWORD"))) -print(api_handler.token) +api_handler = API_Handler("https://gruppe1.testsites.info/api", str(os.getenv("BOT_EMAIL")), str(os.getenv("BOT_PASSWORD"))) +print("Webserver Token: " + str(api_handler.token)) class User: # Currently saving users in this class to test functionality -> later database def __init__(self, p_user_id, p_user_name, p_chat_id):