Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Jan 11, 2018
1 parent 6803713 commit 7a07ff3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blackmamba/framework/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@
GenericPassword.query_items(authentication_ui=AuthenticationUI.SKIP)
Internet password::
ip = InternetPassword('zrzka', server='https://github.com/',
protocol=Protocol.HTTPS, authentication_type=AuthenticationType.HTML_FORM)
ip.set_password('password')
ip.set_password('password')
Query internet passwords::
for x in InternetPassword.query_items(server='https://github.com/'):
print(f'{x.creation_date} {x.account} {x.protocol} {x.authentication_type}')
Expand Down

0 comments on commit 7a07ff3

Please sign in to comment.