Skip to content

Commit

Permalink
Merge pull request #102 from jwcesign/fix/qb-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
miRemid authored Apr 21, 2023
2 parents d8a5625 + ec2a1f4 commit 748c51a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def load_config(self) -> TypeError:
self.username = cfg['username']
self.password = cfg['password']
self.verify_webui_certificate = cfg['verify_webui_certificate']
self.download_tags = cfg.get('tags')
self.download_tags = cfg.get('tags', [])
self.download_category = cfg.get('category')
self.client = qbittorrentapi.Client(
self.http_endpoint_host,
Expand Down

0 comments on commit 748c51a

Please sign in to comment.