You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2023. It is now read-only.
$ zdict -dt spanish tranquilo
Traceback (most recent call last):
File "/home/user/venv/bin/zdict", line 6, in <module>
exec(compile(open(__file__).read(), __file__, 'exec'))
File "/home/user/zdict/scripts/zdict", line 4, in <module>
zdict.main()
File "/home/user/zdict/zdict/zdict.py", line 310, in main
execute_zdict(args)
File "/home/user/zdict/zdict/zdict.py", line 292, in execute_zdict
normal_mode(args)
File "/home/user/zdict/zdict/zdict.py", line 202, in normal_mode
zdict.lookup(word)
File "/home/user/zdict/zdict/dictionary.py", line 127, in lookup
self.show(record)
File "/home/user/zdict/zdict/dictionaries/spanish.py", line 38, in show
self.color.print(content['word'], 'yellow')
KeyError: 'word'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: