Update example_timeline_all.py
This commit is contained in:
@@ -13,6 +13,6 @@ if len(stats.races) > 0:
|
|||||||
# prints in reverse so you dont have to scroll up to the most recent :P
|
# prints in reverse so you dont have to scroll up to the most recent :P
|
||||||
count = len(race.timeline) - 1
|
count = len(race.timeline) - 1
|
||||||
for item in race.timeline:
|
for item in race.timeline:
|
||||||
print(item[count])
|
print(race.timeline[count])
|
||||||
print("===================")
|
print("===================")
|
||||||
count -= 1
|
count -= 1
|
||||||
Reference in New Issue
Block a user