From 30e2cc70ab13ddeace74579ed8e22f9d62dd39f4 Mon Sep 17 00:00:00 2001 From: Florian Kellermann Date: Sun, 8 May 2022 10:54:28 +0200 Subject: [PATCH 1/2] bot version --- telegram_bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram_bot/bot.py b/telegram_bot/bot.py index a870d75..6f31bbf 100644 --- a/telegram_bot/bot.py +++ b/telegram_bot/bot.py @@ -33,7 +33,7 @@ from api_handling.api_handler import API_Handler load_dotenv(dotenv_path='.env') # load environment variables -bot_version = "1.0.1" # version of bot +bot_version = "2.0.1" # version of bot #create api handler api_handler = API_Handler("https://gruppe1.testsites.info/api", str(os.getenv("BOT_EMAIL")), str(os.getenv("BOT_PASSWORD"))) # get creds from env vars. -- 2.45.2 From 37f8a168e26fe4172948fd8085b2ff483307dc5b Mon Sep 17 00:00:00 2001 From: kevinpauer Date: Sun, 8 May 2022 11:47:05 +0200 Subject: [PATCH 2/2] test without picture --- frontend/src/app/Views/login/login.component.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/app/Views/login/login.component.html b/frontend/src/app/Views/login/login.component.html index 0083425..41676a1 100644 --- a/frontend/src/app/Views/login/login.component.html +++ b/frontend/src/app/Views/login/login.component.html @@ -1,10 +1,5 @@