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)