diff --git a/sickbeard/tv.py b/sickbeard/tv.py index d39d3419..9e6590f6 100644 --- a/sickbeard/tv.py +++ b/sickbeard/tv.py @@ -271,7 +271,9 @@ class TVShow(object): return self.episodes[season][episode] def should_update(self, update_date=datetime.date.today()): - + + cur_indexerid = self.indexerid + # In some situations self.status = None.. need to figure out where that is! if not self.status: self.status = '' @@ -283,7 +285,6 @@ class TVShow(object): return True # run logic against the current show latest aired and next unaired data to see if we should bypass 'Ended' status - cur_indexerid = self.indexerid graceperiod = datetime.timedelta(days=30)