mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 11:32:20 -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):
|
if isinstance(search_string, unicode):
|
||||||
search_string = unidecode(search_string)
|
search_string = unidecode(search_string)
|
||||||
|
|
||||||
if mode = 'RSS':
|
if mode == 'RSS':
|
||||||
self.page = 2
|
self.page = 2
|
||||||
|
|
||||||
last_page=0
|
last_page=0
|
||||||
|
Loading…
Reference in New Issue
Block a user