bot version

This commit is contained in:
Florian Kellermann 2022-05-08 10:54:28 +02:00
parent 3884d0aca7
commit 30e2cc70ab

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.