This commit is contained in:
cube
2026-05-30 20:52:47 +01:00
parent db3449fcea
commit 4396e0758e
4 changed files with 86 additions and 38 deletions

View File

@@ -3,10 +3,12 @@ import time
stats = LiveStats()
# if there are live races...
if len(stats.races) > 0:
race = stats.races[0]
race.get_situation_long()
# whats the situation? :)
for x in race.situation_long:
print(x, race.situation_long[x])