mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
Removed old code from get status.
This commit is contained in:
parent
4c9d01efe8
commit
f1350da011
@ -144,10 +144,6 @@ class Core(CorePluginBase):
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user