Skip to content

Commit

Permalink
jobevers#3: Fixes association bug
Browse files Browse the repository at this point in the history
  • Loading branch information
romankh committed Jan 31, 2017
1 parent 39712a8 commit 442cae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keepasshttp/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def associate(requestor=None):
'RequestType': 'associate',
'Key': key
}
output = requestor(key, input_data, None, {})
output = requestor(key, input_data, None)
return key, output['Id']


Expand Down

0 comments on commit 442cae2

Please sign in to comment.