Skip to content

Commit

Permalink
Bad Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Nov 16, 2023
1 parent 4314dff commit 09c77e4
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 @@ -1864,7 +1864,7 @@ def db_update_single_series(
while completed:
try:
completed = False
EpisodeMetadata = self.client.get_episode_by_episode_id(EntryId)
EpisodeMetadata = self.client.get_episode_by_episode_id(db_entry.Id)
except (
requests.exceptions.ChunkedEncodingError,
requests.exceptions.ContentDecodingError,
Expand Down Expand Up @@ -2041,7 +2041,7 @@ def db_update_single_series(
while completed:
try:
completed = False
movieData = self.client.get_movie(id_=EntryId)
movieData = self.client.get_movie(id_=db_entry.Id)
except (
requests.exceptions.ChunkedEncodingError,
requests.exceptions.ContentDecodingError,
Expand Down

0 comments on commit 09c77e4

Please sign in to comment.