Changing how get_one returns

This commit is contained in:
John Westcott IV
2020-09-08 11:02:25 -04:00
parent 106157c600
commit 0a8db586d1
25 changed files with 76 additions and 100 deletions

View File

@@ -164,7 +164,7 @@ def main():
if state == 'absent':
if not existing_token:
existing_token, token_name = module.get_one('tokens', **{
existing_token = module.get_one('tokens', **{
'data': {
'id': existing_token_id,
}