Browse Source

Alternate wasn't loading extra words

cache_money
Raphael Roberts 7 years ago
parent
commit
398fb1e566
  1. 2
      dictionary.py

2
dictionary.py

@ -22,7 +22,7 @@ def do_operation(bound_method, *args, **kwargs):
default_load_future = EXECUTOR.submit(
do_operation, DEFAULT.load_dictionary, english)
alternate_load_future = EXECUTOR.submit(
do_operation, ALTERNATE.load_text_file, english)
do_operation, ALTERNATE.load_text_file, extra_words)
class Dictionary:

Loading…
Cancel
Save