Skip to content

Commit

Permalink
turn off debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cfbao committed May 8, 2018
1 parent fe53163 commit f140242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ To use the Windows binary (download on the [releases](https://github.com/cfbao/l

## How-to

Download `lpparser` ([.py](https://raw.githubusercontent.com/cfbao/lastpass-vault-parser/v0.1.0/lpparser.py) or
[.exe](https://github.com/cfbao/lastpass-vault-parser/releases/download/v0.1.0/lpparser.exe)), and run it directly.
Download `lpparser` ([.py](https://raw.githubusercontent.com/cfbao/lastpass-vault-parser/v0.1.1/lpparser.py) or
[.exe](https://github.com/cfbao/lastpass-vault-parser/releases/download/v0.1.1/lpparser.exe)), and run it directly.
It will prompt you to enter the path of your vault file, path of the output directory, LastPass account e-mail, (potentially) password iterations, and master password.
`lpparser` works 100% locally and makes absolutely no use of Internet connections.

Expand Down
2 changes: 1 addition & 1 deletion lpparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'EQDN': 'EquivalentDomains.csv',
'URUL': 'UrlRules.csv'
}
DEBUG = True
DEBUG = False

def main():
flags = parse_cmdl()
Expand Down

0 comments on commit f140242

Please sign in to comment.