mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-03 16:45:33 +00:00
remove trailing space
This commit is contained in:
parent
4ab3577172
commit
1170a1cf31
3 changed files with 202 additions and 201 deletions
|
@ -431,6 +431,7 @@ class Torrent:
|
|||
if distributed_copies < 0:
|
||||
distributed_copies = 0.0
|
||||
|
||||
#if you add a key here->add it to core.get_status_keys too.
|
||||
full_status = {
|
||||
"distributed_copies": distributed_copies,
|
||||
"total_done": self.status.total_done,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue