Skip to content

Commit

Permalink
Merge pull request #115 from akretion/10-roulier-fix_keychain
Browse files Browse the repository at this point in the history
update get_password to new api
  • Loading branch information
hparfr authored Feb 19, 2018
2 parents 91063f9 + 43648a7 commit 5300c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery_roulier/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _roulier_get_auth(self, package):
account = self._get_account(package)
auth = {
'login': account.login,
'password': account.get_password(),
'password': account._get_password(),
}
return auth

Expand Down

0 comments on commit 5300c6d

Please sign in to comment.