slotUI/slotCli.py

changeset 121
6ea0dff10e78
parent 120
049478896193
child 122
8344d8d38c4f
equal deleted inserted replaced
120:049478896193 121:6ea0dff10e78
123 idx = 0 123 idx = 0
124 for slt in self.slot: 124 for slt in self.slot:
125 slt["laps"] = 0 125 slt["laps"] = 0
126 slt["laps_last"] = 0 126 slt["laps_last"] = 0
127 slt["last"] = 0.00 127 slt["last"] = 0.00
128 slt["best"] = 0.00 128 slt["best"] = 999.00
129 slt["fuel"] = 100 129 slt["fuel"] = 100
130 slt["fuel_last"] = 0 130 slt["fuel_last"] = 0
131 slt["position"] = idx 131 slt["position"] = idx
132 slt["car"] = idx # used for sort order calculation 132 slt["car"] = idx # used for sort order calculation
133 slt["status"] = self.slot_dummy["status"] 133 slt["status"] = self.slot_dummy["status"]

mercurial