Cleanup some mess

still a lot to do
This commit is contained in:
2024-02-06 15:58:54 +01:00
parent 04e2bf9d27
commit 550fa9105d
-1
View File
@@ -29,7 +29,6 @@ if __name__ == "__main__":
account_name = config['LOGIN']['account_name'] account_name = config['LOGIN']['account_name']
# 1. you need to login to get a session and a list of accounts # 1. you need to login to get a session and a list of accounts
# (here we use only the first account)
auth = ACAuthenticator() auth = ACAuthenticator()
session = auth.login(username, password) session = auth.login(username, password)
pprint(session) pprint(session)