mirror of
https://codeberg.org/privacy1st/snowflake-stats
synced 2024-12-23 01:56:04 +01:00
fix
This commit is contained in:
parent
b4aabb9b7a
commit
24a4f9a375
1
main.py
1
main.py
@ -18,6 +18,7 @@ def main():
|
|||||||
# filtered = filtered_example()
|
# filtered = filtered_example()
|
||||||
|
|
||||||
tps = [Throughput.from_str(line) for line in filtered]
|
tps = [Throughput.from_str(line) for line in filtered]
|
||||||
|
if len(tps) > 0:
|
||||||
print(f'From {tps[0].dt} until {tps[-1].dt}:')
|
print(f'From {tps[0].dt} until {tps[-1].dt}:')
|
||||||
|
|
||||||
grouped_by_day = {}
|
grouped_by_day = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user