Skip to content

Commit

Permalink
More logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Aug 30, 2024
1 parent bdf464a commit edd6b1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -4481,7 +4481,11 @@ def custom_format_unmet_check(self, torrent: qbittorrentapi.TorrentDictionary) -
else:
return False
elif self.type == "radarr":
self.logger.debug("custom_format_unmet_check: [queue:%s]", queue["records"])
self.logger.debug(
"custom_format_unmet_check: [hash:%s][queue:%s]",
torrent.hash,
queue["records"],
)
entry = dict(
filter(
lambda x: x.get("downloadId", None) == torrent.hash, queue["records"]
Expand Down

0 comments on commit edd6b1b

Please sign in to comment.