This commit is contained in:
Crista Lopes
2013-12-27 08:11:41 -08:00
parent 392f2f33b8
commit e7dae08097

View File

@@ -23,7 +23,6 @@ def process_words():
word_freqs[word] = 1
freq_space.put(word_freqs)
# Let's create the workers and launch them at their jobs
workers = []
for i in range(5):