From 550fa9105d02d472603e49e170f8a8ece8864d0d Mon Sep 17 00:00:00 2001 From: Carsten Schabacker Date: Tue, 6 Feb 2024 15:58:54 +0100 Subject: [PATCH] Cleanup some mess still a lot to do --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 608d775..daf2add 100644 --- a/main.py +++ b/main.py @@ -29,7 +29,6 @@ if __name__ == "__main__": account_name = config['LOGIN']['account_name'] # 1. you need to login to get a session and a list of accounts - # (here we use only the first account) auth = ACAuthenticator() session = auth.login(username, password) pprint(session)