This commit is contained in:
Daniel Langbein 2022-07-22 11:46:57 +02:00
parent b4aabb9b7a
commit 24a4f9a375

View File

@ -18,6 +18,7 @@ def main():
# filtered = filtered_example()
tps = [Throughput.from_str(line) for line in filtered]
if len(tps) > 0:
print(f'From {tps[0].dt} until {tps[-1].dt}:')
grouped_by_day = {}