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 0a6be3f commit 505feeb
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 @@ -2062,7 +2062,7 @@ def db_update_single_series(

upgrade = (
self.model_file.select(self.model_file.Upgrade)
.where(self.model_file.EntryId == EntryId)
.where(self.model_file.EntryId == entryId)
.execute()
)
if upgrade:
Expand Down

0 comments on commit 505feeb

Please sign in to comment.