Private GIT

Skip to content
Snippets Groups Projects
Commit 4bdeaec2 authored by Giovanni's avatar Giovanni
Browse files

Fix TypeError

parent 6b6bf96b
No related branches found
Tags
No related merge requests found
...@@ -302,6 +302,9 @@ class TNTVillageProvider(generic.TorrentProvider): ...@@ -302,6 +302,9 @@ class TNTVillageProvider(generic.TorrentProvider):
name = str(span_tag) name = str(span_tag)
if not name:
return 0
subFound=0 subFound=0
for sub in self.sub_string: 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