fasttext-langdetect icon indicating copy to clipboard operation
fasttext-langdetect copied to clipboard

replaced wget with requests to fix issue #4

Open fogx opened this issue 3 years ago • 0 comments

I've created a small PR to fix issue #4 by replacing wget with requests and adding that to the dependencies. I've also moved url into the if-case so it won't get initialized unnecessarily, and sorted the imports.

fogx avatar Dec 13 '21 01:12 fogx