Skip to content

Commit

Permalink
Final changes before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jul 16, 2024
1 parent 32e9d39 commit 24201c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -4693,7 +4693,7 @@ def get_year_search(self) -> tuple[list[int], int]:
years.append(key)
self.logger.trace("Years: %s", years)
years_count = len(years)
self.logger.trace("Years count: %s, Years: %s", years_count, years)
self.logger.trace("Years count: %s", years_count)
return years, years_count

def run_search_loop(self) -> NoReturn:
Expand Down

0 comments on commit 24201c9

Please sign in to comment.