mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-20 16:38:33 +00:00
fix get_stats docstring
This commit is contained in:
parent
db6764ea9b
commit
61b7b17fbb
1 changed files with 2 additions and 1 deletions
|
@ -367,7 +367,8 @@ class Core(
|
|||
'upload_rate':float(),
|
||||
'num_connections':int(),
|
||||
'dht_nodes',int(),
|
||||
'free_space':float()
|
||||
'free_space':long(),
|
||||
'has_incoming_connections':bool(),
|
||||
'max_num_connections':int(),
|
||||
'max_download':float(),
|
||||
'max_upload':float()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue