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
timeout is not implemented in tasdikrahman/vocabulary I noticed the issue you raised here tasdikrahman/vocabulary#60 and am guessing there is a custom version of vocabulary floating around (but wasn't publicly forked)
For now removing timeout works, but the script is too slow without it.
The text was updated successfully, but these errors were encountered:
Yes, I just ended up editing my local vocabulary for timeouts. Then I made it use nltk (local dictionary) first before using vocabulary (online dictionary). In the next update each lookup will be in its own process/thread rather than each answer to speed things up even more.
I will make sure to remove what you pointed out until vocabulary has this in officially. Should have it out by tomorrow.
https://github.com/blissend/hqtrivia-automation/blob/master/hqtrivia-automation.py#L64
timeout
is not implemented intasdikrahman/vocabulary
I noticed the issue you raised here tasdikrahman/vocabulary#60 and am guessing there is a custom version of vocabulary floating around (but wasn't publicly forked)For now removing
timeout
works, but the script is too slow without it.The text was updated successfully, but these errors were encountered: