Skip to content

Commit

Permalink
VATGER Connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Soest committed Oct 28, 2024
1 parent 616db1b commit 05630bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 05630bc

Please sign in to comment.