Skip to content

Commit

Permalink
Debugs added
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Nov 15, 2023
1 parent 505feeb commit 4f24ebd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2070,7 +2070,13 @@ def db_update_single_series(

if request:
to_update[self.model_file.IsRequest] = request
self.logger.trace("Adding %s to db: [%s][%s]", title, movieFileId, searched)
self.logger.trace(
"Adding %s to db: [%s][Searched:%s][Upgrade:%s]",
title,
movieFileId,
searched,
upgrade,
)
db_commands = self.model_file.insert(
Title=title,
Monitored=monitored,
Expand Down

0 comments on commit 4f24ebd

Please sign in to comment.