Private GIT

Skip to content
Snippets Groups Projects
Commit c452429a authored by miigotu's avatar miigotu
Browse files

Merge pull request #2066 from gborri/patch-TypeError

Fix TypeError on tntvillage provider
parents 598edc17 4bdeaec2
Branches
Tags
No related merge requests found
......@@ -302,6 +302,9 @@ class TNTVillageProvider(generic.TorrentProvider):
name = str(span_tag)
if not name:
return 0
subFound=0
for sub in self.sub_string:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment