Bugfix: browsers.py
* Profile backup detection fixed
This commit is contained in:
parent
d78971019f
commit
b0068e0dce
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ other_results = {
|
|||
|
||||
# Regex
|
||||
REGEX_BACKUP = re.compile(
|
||||
r'\.\w+bak.*',
|
||||
r'\.\w*bak.*',
|
||||
re.IGNORECASE)
|
||||
REGEX_CHROMIUM_PROFILE = re.compile(
|
||||
r'^(Default|Profile)',
|
||||
|
|
|
|||
Loading…
Reference in a new issue