[weboorrents] cleaning get_object

This commit is contained in:
Julien Veyssier 2013-03-10 00:03:04 +01:00
commit e8a788cb00
3 changed files with 8 additions and 13 deletions

View file

@ -63,7 +63,6 @@ class KickassBackend(BaseBackend, ICapTorrent):
return self.browser.iter_torrents(quote_plus(pattern.encode('utf-8')))
def fill_torrent(self, torrent, fields):
print "plpl"
if 'description' in fields or fields == None:
return self.get_torrent(torrent.id)