Remove debug print from that last commit and re-add libtorrent metadata
plugin.
This commit is contained in:
parent
f764448cad
commit
978a2ae80b
|
@ -114,7 +114,7 @@ class Core(dbus.service.Object):
|
|||
listen_ports[1])
|
||||
|
||||
# Load metadata extension
|
||||
#self.session.add_extension(lt.create_metadata_plugin)
|
||||
self.session.add_extension(lt.create_metadata_plugin)
|
||||
|
||||
# Load utorrent peer-exchange
|
||||
if self.config["utpex"]:
|
||||
|
|
|
@ -110,7 +110,6 @@ class TorrentManager:
|
|||
# Make sure we are adding it with the correct allocation method.
|
||||
if compact is None:
|
||||
compact = config["compact_allocation"]
|
||||
print "compact: ", compact
|
||||
|
||||
try:
|
||||
handle = self.session.add_torrent(
|
||||
|
|
Loading…
Reference in New Issue