mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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:
|
||||
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…
Add table
Reference in a new issue