Exaphis / HackQ-Trivia

Yet another HQ Trivia bot. Automatically scrapes HQ Trivia questions without OCR and answers them.
MIT License
89 stars 54 forks source link

facing this issue when try to run your code #168

Closed sanjaya740 closed 5 years ago

sanjaya740 commented 5 years ago

image

Exaphis commented 5 years ago

Try updating aiohttp.

sanjaya740 commented 5 years ago

i fixed it by changing ensure_future = asyncio.async to ensure_future = asyncio.ensure_future in helpers.py hope it works in live game :)

Exaphis commented 5 years ago

Great, thanks for letting me know how you fixed it!