Appends only the torrent object.

This commit is contained in:
2017-11-02 16:23:57 +01:00
parent 7a2c760818
commit dd1c0cabfd

View File

@@ -96,7 +96,7 @@ class Piratebay(object):
torrent = Torrent(name, magnet['href'], size, uploader, date, seed, leech, url)
torrents_found.append(torrent.get_all_attr())
torrents_found.append(torrent)
else:
# print(torrentElement)
continue