Cleanup some mess
still a lot to do
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user