1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Fix compiling error

This commit is contained in:
Giovanni 2015-02-18 12:14:57 +01:00
parent 72826f6dd2
commit 4166099c4a

View File

@ -324,7 +324,7 @@ class TNTVillageProvider(generic.TorrentProvider):
if isinstance(search_string, unicode):
search_string = unidecode(search_string)
if mode = 'RSS':
if mode == 'RSS':
self.page = 2
last_page=0