Update speedtester.py
parent
ee8df548e1
commit
572fc3af47
|
|
@ -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 = []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue