Update speedtester.py

master
Nixellion 2020-07-09 00:29:36 +03:00
parent ee8df548e1
commit 572fc3af47
1 changed files with 1 additions and 1 deletions

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 = []