Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 21, 2024
1 parent bcf4e3e commit 0ce8235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -4460,10 +4460,10 @@ def custom_format_unmet_check(self, torrent: qbittorrentapi.TorrentDictionary) -
.first()
)
if episode.EpisodeFileId != 0:
cfunmet = customFormat < episode.CustomFormatScore
cfunmet = customFormat < episode.CustomFormatScore
if self.force_minimum_custom_format:
cfunmet = cfunmet & customFormat < episode.MinCustomFormatScore

if cfunmet:
return True
else:
Expand Down

0 comments on commit 0ce8235

Please sign in to comment.