Skip to content

Commit

Permalink
Merge pull request AlessandroZ#34 from rolandstarke/master
Browse files Browse the repository at this point in the history
Fix Opera Bug
  • Loading branch information
AlessandroZ committed Jul 1, 2015
2 parents c8d68fc + e1d4494 commit 58856cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows/src/LaZagne/softwares/browsers/opera.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def decipher_new_version(self, path):
# print the results
print_output("Opera", pwdFound)
else:
print_debug('No passwords stored\nThe database Login Data is not present.')
print_debug('INFO', 'No passwords stored\nThe database Login Data is not present.')

def masterPasswordUsed(self, path):

Expand Down

0 comments on commit 58856cc

Please sign in to comment.