zayKenyon / VALORANT-rank-yoinker

A Python app which retrieves the VALORANT rank and players' equipped skins during a match
https://zayKenyon.github.io/VALORANT-rank-yoinker/
ISC License
442 stars 140 forks source link

add import to avoid error when compiled with cx_freeze #92

Closed hdeadman closed 2 years ago

hdeadman commented 2 years ago

I was getting an error about websockets.legacy.client module not being found when I didn't have this import. It worked fine when running from source. The removed imports are unused.