Skip to content

Commit

Permalink
Variable name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Nov 15, 2023
1 parent 079fe18 commit cf49b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2063,7 +2063,7 @@ def db_update_single_series(
to_update[self.model_file.Searched] = searched

try:
if self.model_file.get_or_none(self.model_file.EntryId == EntryId).Upgrade:
if self.model_file.get_or_none(self.model_file.EntryId == entryId).Upgrade:
upgrade = True
to_update[self.model_file.Upgrade] = upgrade
except AttributeError:
Expand Down

0 comments on commit cf49b98

Please sign in to comment.