fix dictionary

This commit is contained in:
Will McGugan
2024-06-13 16:38:23 +01:00
parent a7af044cd4
commit a32bfef943

View File

@@ -46,6 +46,7 @@ class DictionaryApp(App):
results = response.json()
except Exception:
self.query_one("#results", Markdown).update(response.text)
return
if word == self.query_one(Input).value:
markdown = self.make_word_markdown(results)