From: Justin Findlay Date: Thu, 15 Sep 2016 18:27:11 +0000 (-0600) Subject: None is a better generic null value than False X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=43f4d759edfd7f4782f50b2baec9075111d3b2c5;p=redacted-XKCD-password-generator.git None is a better generic null value than False --- diff --git a/xkcdpass/xkcd_password.py b/xkcdpass/xkcd_password.py index 1a866c9..cb8f79e 100755 --- a/xkcdpass/xkcd_password.py +++ b/xkcdpass/xkcd_password.py @@ -203,7 +203,7 @@ def generate_xkcdpassword(wordlist, Generate an XKCD-style password from the words in wordlist. """ - passwd = False + passwd = None # generate the worddict if we are looking for acrostics if acrostic: