Skip to content

Commit

Permalink
fix custom credential decryption
Browse files Browse the repository at this point in the history
  • Loading branch information
afourmy committed Apr 16, 2020
1 parent 8e626f6 commit 93aaa62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eNMS/models/automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def get_credentials(self, device):
else:
return (
self.sub(self.service.custom_username, locals()),
self.sub(self.service.custom_password, locals()),
app.get_password(self.sub(self.service.custom_password, locals())),
)

def convert_result(self, result):
Expand Down

0 comments on commit 93aaa62

Please sign in to comment.