Update speedtester.py

This commit is contained in:
Nix
2020-07-09 00:29:36 +03:00
parent ee8df548e1
commit 572fc3af47
+1 -1
View File
@@ -76,7 +76,7 @@ def generate_updown_plot_simple(downloads, uploads, name, description):
@catch_errors
def gather_day_median_data(dates, downloads, uploads):
log.debug("Gather week median data...")
log.debug("Gather day median data...")
dl = []
up = []