Skip to content

Commit

Permalink
[BUGFIX] fix check for moving the checked file into the categorized f…
Browse files Browse the repository at this point in the history
…older, related to #4
  • Loading branch information
DaRealFreak committed Mar 4, 2020
1 parent 766b617 commit c7b731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saucenao/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run(self):
self.logger.info('No results found for image: {0:s}'.format(file_name))
continue

if self.__move_to_categories:
if self.move_to_categories:
self.__move_to_categories(file_name=file_name, results=filtered_results)
else:
yield {
Expand Down

0 comments on commit c7b731c

Please sign in to comment.