Author: johnnyg
Revision: 5479
Log:
Removed old code from get status.
Diff:
Modified: trunk/deluge/plugins/blocklist/blocklist/core.py
===================================================================
--- trunk/deluge/plugins/blocklist/blocklist/core.py 2009-07-13 05:12:26 UTC
(rev 5478)
+++ trunk/deluge/plugins/blocklist/blocklist/core.py 2009-07-13 05:15:03 UTC
(rev 5479)
@@ -144,10 +144,6 @@
else:
status["state"] = "Idle"
- if self.config["list_compression"]:
- status["file_type"] = self.config["list_compression"] + " "
- + self.config["list_type"]
-
status["up_to_date"] = self.up_to_date
status["num_blocked"] = self.num_blocked
status["file_progress"] = self.file_progress
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---