From a731da429b3bbd68355ff67106998640cef380b9 Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Sun, 20 Jul 2008 22:22:07 +0000 Subject: [PATCH] label:do nor register tracker_host as a status_field --- deluge/plugins/label/label/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deluge/plugins/label/label/core.py b/deluge/plugins/label/label/core.py index a4f751449..54b567c97 100644 --- a/deluge/plugins/label/label/core.py +++ b/deluge/plugins/label/label/core.py @@ -71,7 +71,7 @@ class Core(CorePluginBase): def enable(self): log.info("*** Start Label plugin ***") - self.plugin.register_status_field("tracker_host", self._status_get_tracker) + #self.plugin.register_status_field("tracker_host", self._status_get_tracker) self.plugin.register_status_field("label", self._status_get_label) #__init__ @@ -274,7 +274,7 @@ class Core(CorePluginBase): "max_connections":self.core_cfg.config["max_connections_per_torrent"], "max_upload_slots":self.core_cfg.config["max_upload_slots_per_torrent"], "prioritize_first_last":self.core_cfg.config["prioritize_first_last_pieces"], - "apply_max":True, + "apply_max":False, "move_completed_to":None }