fix word search words
This commit is contained in:
parent
1a76b1b7f5
commit
42c91d2ceb
@ -97,7 +97,7 @@ class ThermalPrinter():
|
|||||||
# words = ("gugu,gaga")
|
# words = ("gugu,gaga")
|
||||||
r = RandomWord()
|
r = RandomWord()
|
||||||
words = r.random_words(10, include_parts_of_speech=["nouns", "verbs", "adjectives"])
|
words = r.random_words(10, include_parts_of_speech=["nouns", "verbs", "adjectives"])
|
||||||
w = WordSearch(words, 32, 32)
|
w = WordSearch(','.join(words), 32, 32)
|
||||||
|
|
||||||
for x in w.grid:
|
for x in w.grid:
|
||||||
self.p.set(align="center")
|
self.p.set(align="center")
|
||||||
|
Loading…
Reference in New Issue
Block a user