From 7742edd981405804f84a6cefa9f9194bd9e847c8 Mon Sep 17 00:00:00 2001 From: LyubomirT Date: Wed, 29 Nov 2023 15:26:47 +0200 Subject: [PATCH] Update wordlist_path in demo function --- demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.py b/demo.py index 9d06456..657bcd9 100644 --- a/demo.py +++ b/demo.py @@ -18,7 +18,7 @@ def load_config(): showallsimilarities = config.split("showallsimilarities=\"")[1].split("\"")[0] def demo(): - wordlist_path = "small_wordlist.txt" # Update with the actual path to your small_wordlist.txt + wordlist_path = "small_wordlist.txt" # Update with the actual path to your wordlist. Or use the pre-installed small wordlist. proofreader = Proofreader(wordlist_path) while True: