fix again

Sat, 15 Dec 2012 17:12:40 +0100

author
Malte Bayer <mbayer@neo-soft.org>
date
Sat, 15 Dec 2012 17:12:40 +0100
changeset 122
8344d8d38c4f
parent 121
6ea0dff10e78
child 123
ec623e5fcbca

fix again

slotUI/slotCli.py file | annotate | diff | comparison | revisions
--- a/slotUI/slotCli.py	Sat Dec 15 16:55:03 2012 +0100
+++ b/slotUI/slotCli.py	Sat Dec 15 17:12:40 2012 +0100
@@ -124,7 +124,7 @@
         for slt in self.slot:
             slt["laps"] = 0
             slt["laps_last"] = 0
-            slt["last"] = 0.00
+            slt["last"] = 999.00
             slt["best"] = 999.00
             slt["fuel"] = 100
             slt["fuel_last"] = 0

mercurial