fix tabs vs spaces -_-
This commit is contained in:
parent
1571db0a35
commit
a667777fe2
@ -95,9 +95,9 @@ class ThermalPrinter():
|
||||
|
||||
def print_wordsearch(self):
|
||||
# words = ("gugu,gaga")
|
||||
r = RandomWord()
|
||||
words = r.random_words(15, include_parts_of_speech=["nouns", "verbs", "adjectives"])
|
||||
w = WordSearch(','.join(words), 32, 16)
|
||||
r = RandomWord()
|
||||
words = r.random_words(15, include_parts_of_speech=["nouns", "verbs", "adjectives"])
|
||||
w = WordSearch(','.join(words), 32, 16)
|
||||
|
||||
for x in w.grid:
|
||||
self.p.set(align="center")
|
||||
|
Loading…
Reference in New Issue
Block a user