Skip to content

Commit

Permalink
Add logs for temp profile switching testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Dec 18, 2024
1 parent a0c2a96 commit 9b137fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2268,6 +2268,11 @@ def db_update_single_series(

if self.use_temp_for_missing:
try:
self.logger.trace(
"Temp quality profile tests [%s][%s]",
searched,
db_entry["qualityProfileId"],
)
if (
searched
and db_entry["qualityProfileId"]
Expand Down

0 comments on commit 9b137fd

Please sign in to comment.