aboutsummaryrefslogtreecommitdiffstats
path: root/edaweb/services.py
diff options
context:
space:
mode:
Diffstat (limited to 'edaweb/services.py')
-rw-r--r--edaweb/services.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/edaweb/services.py b/edaweb/services.py
index eca2bde..5506ef1 100644
--- a/edaweb/services.py
+++ b/edaweb/services.py
@@ -339,7 +339,7 @@ def get_torrent_stats():
"Uploaded:": humanbytes(s["cumulative-stats"]["uploadedBytes"]),
"Active time:": str(datetime.timedelta(seconds = s["cumulative-stats"]["secondsActive"])),
"Files added:": s["cumulative-stats"]["filesAdded"],
- "Current upload speed": humanbytes(s["uploadSpeed"]) + "s/S",
+ "Current upload speed:": humanbytes(s["uploadSpeed"]) + "s/S",
"Current download speed:": humanbytes(s["downloadSpeed"]) + "s/S"
}