Merge pull request #145 from WebEngineering2/bot

bot version
This commit is contained in:
Florian Kellermann
2022-05-08 10:55:26 +02:00
committed by GitHub

View File

@@ -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.