From 30e2cc70ab13ddeace74579ed8e22f9d62dd39f4 Mon Sep 17 00:00:00 2001 From: Florian Kellermann Date: Sun, 8 May 2022 10:54:28 +0200 Subject: [PATCH 1/3] 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 e2f0fd635ccf0f33d43db4babaec46fde3012195 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Sun, 8 May 2022 12:09:31 +0200 Subject: [PATCH 2/3] Change build command --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 8891359..1a2e83b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build", + "build": "ng build --prod --build-optimizer", "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint", -- 2.45.2 From a2b46865287591b15e07ede713f8a4827aef1af1 Mon Sep 17 00:00:00 2001 From: kevinpauer Date: Sun, 8 May 2022 12:10:25 +0200 Subject: [PATCH 3/3] Add picture --- .../src/app/Views/login/login.component.html | 5 +++++ frontend/src/assets/Stonks.jpg | Bin 40285 -> 34064 bytes 2 files changed, 5 insertions(+) diff --git a/frontend/src/app/Views/login/login.component.html b/frontend/src/app/Views/login/login.component.html index 41676a1..0083425 100644 --- a/frontend/src/app/Views/login/login.component.html +++ b/frontend/src/app/Views/login/login.component.html @@ -1,5 +1,10 @@