~gagbo/diceware.py

a14f875c8ce8eca18cd40bb67cbc0f0968bede81 — Gerry Agbobada 4 years ago 2cd106d
Print entropy information on stderr
1 files changed, 1 insertions(+), 1 deletions(-)

M diceware.py
M diceware.py => diceware.py +1 -1
@@ 31,7 31,7 @@ def create_passphrase(**kwargs):


if __name__ == "__main__":
    print_entropy_help(sys.stdout)
    print_entropy_help(sys.stderr)
    with open("data/diceware-fr-5-jets.txt", "r") as fr:
        diceware_dict = list_to_dict.create_dictionary(fr)