We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7a54e commit 44af5b2Copy full SHA for 44af5b2
wiki/wiki.py
@@ -61,6 +61,8 @@ def __init__(self, root):
61
fg="black",
62
)
63
64
+ self.root.bind("<Return>", self.summary)
65
+
66
def summary(self):
67
self.query = wikipedia.page(self.question.get())
68
self.answer.delete('1.0', END)
0 commit comments