Skip to content

Commit

Permalink
checking categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Aug 30, 2024
1 parent 681d962 commit d27917e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def __init__(
self.category = CONFIG.get(f"{name}.Category", fallback=self._name)
self.manager = manager
self._LOG_LEVEL = self.manager.qbit_manager.logger.level
categories = self.manager.qbit_manager.client.torrent_categories.categories
self.logger.trace("Categories: %s", categories)
self.logger = logging.getLogger(f"qBitrr.{self._name}")
if ENABLE_LOGS:
LOGS_FOLDER = HOME_PATH.joinpath("logs")
Expand Down

0 comments on commit d27917e

Please sign in to comment.