Skip to content

Commit

Permalink
fix little bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed Mar 18, 2018
1 parent a43ead2 commit cf7502b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Linux/lazagne/softwares/browsers/mozilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def found_master_password(self, key_data, new_version=True):
return globalSalt, master_password, entrySalt

print_debug('WARNING', u'No password has been found using the default list')
return False
return ('', '', '')

def remove_padding(self, data):
"""
Expand Down
1 change: 0 additions & 1 deletion Linux/lazagne/softwares/databases/squirrel.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# -*- coding: utf-8 -*-
from lazagne.config.write_output import print_debug
from lazagne.config.moduleInfo import ModuleInfo
from lazagne.config.header import Header
from lazagne.config.constant import *
import xml.etree.cElementTree as ET
from lazagne.config import homes
Expand Down

0 comments on commit cf7502b

Please sign in to comment.