Private GIT

Skip to content
Snippets Groups Projects
Commit f70e4d9f authored by Fernando's avatar Fernando
Browse files

Hotfix Kat

parent b0b95b47
Branches
Tags
No related merge requests found
......@@ -147,7 +147,8 @@ class KATProvider(generic.TorrentProvider):
logger.log(u"Discarding torrent because it doesn't meet the minimum seeders or leechers: {0} (S:{1} L:{2})".format(title, seeders, leechers), logger.DEBUG)
continue
if self.confirmed and not verified and mode != 'RSS':
if self.confirmed and not verified:
if mode != 'RSS':
logger.log(u"Found result " + title + " but that doesn't seem like a verified result so I'm ignoring it", logger.DEBUG)
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment