mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fix compiling error
This commit is contained in:
parent
72826f6dd2
commit
4166099c4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user