Skip to content

Commit

Permalink
everything has a parent..…
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-rasmussen committed Sep 16, 2022
1 parent 824a368 commit 62237c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4910,7 +4910,7 @@ def getword(self):
)
# self.navigationframe.grid_columnconfigure(1,weight=1)
self.frame.grid_columnconfigure(1,weight=1)
def __init__(self):
def __init__(self, parent):
self.dodone=False
class WordCollectionLexeme(TaskDressing,ui.Window,WordCollection):
def tasktitle(self):
Expand Down

0 comments on commit 62237c0

Please sign in to comment.