Skip to content

Commit

Permalink
nzbrus "local variable 'subCatId' referenced before assignment" fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RuudBurger committed Mar 4, 2012
1 parent 9854fb5 commit 2409344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/provider/yarr/sources/nzbsrus.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def find(self, movie, quality, type, retry = False):
return results

catId = self.getCatId(type)
subCatId = None
if catId in self.subCats:
subCatId = self.getCatId(type)

Expand Down

0 comments on commit 2409344

Please sign in to comment.