mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
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…
x
Reference in New Issue
Block a user