DaRealFreak / saucenao

python module to work with SauceNao locally
MIT License
26 stars 6 forks source link

Worker doesn't return any results #4

Closed Shiska closed 4 years ago

Shiska commented 4 years ago

In Line 43 of worker.py it checks _self.__move_to_categories_ but that is always true since it is a method, I guess it should be _self.move_tocategories instead so it actually yields the results if set to False

Correct me if I missed something

DaRealFreak commented 4 years ago

good find, thanks for already finding what the problem was, should be fixed with version 1.0.6