Skip to content

Commit

Permalink
Update wordlist_path in demo function
Browse files Browse the repository at this point in the history
  • Loading branch information
LyubomirT committed Nov 29, 2023
1 parent e4bb44c commit 7742edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7742edd

Please sign in to comment.