mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-17 07:38:42 +00:00
Removed old code from get status.
This commit is contained in:
parent
4c9d01efe8
commit
f1350da011
1 changed files with 0 additions and 4 deletions
|
@ -144,10 +144,6 @@ class Core(CorePluginBase):
|
||||||
else:
|
else:
|
||||||
status["state"] = "Idle"
|
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["up_to_date"] = self.up_to_date
|
||||||
status["num_blocked"] = self.num_blocked
|
status["num_blocked"] = self.num_blocked
|
||||||
status["file_progress"] = self.file_progress
|
status["file_progress"] = self.file_progress
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue