fix logout

This commit is contained in:
Jan Christian Grünhage 2020-02-14 02:24:05 +01:00
parent f97f8cf56c
commit abe098ae7c

View file

@ -80,7 +80,7 @@ async def run_module():
# create a client object
client = AsyncClient(module.params['hs_url'])
client.access_token = module.params['access_token']
client.access_token = module.params['token']
# log out
await client.logout()
# close client sessions