From 05630bcc073150de097eb0d0464c16a1c2fcdb31 Mon Sep 17 00:00:00 2001 From: Felix Soest Date: Mon, 28 Oct 2024 23:58:34 +0100 Subject: [PATCH] VATGER Connect --- monitor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/__init__.py b/monitor/__init__.py index 9489a33..8c48c9e 100644 --- a/monitor/__init__.py +++ b/monitor/__init__.py @@ -9,7 +9,7 @@ load_dotenv() -oauth_auth = os.getenv('OAUTH_HOST') +oauth_auth = os.getenv('OAUTH_AUTH') oauth_user = os.getenv('OAUTH_USER') oauth_token = os.getenv('OAUTH_TOKEN') oauth_scopes = os.getenv('OAUTH_SCOPES')