fix sort order

Sat, 15 Dec 2012 16:55:03 +0100

author
Malte Bayer <mbayer@neo-soft.org>
date
Sat, 15 Dec 2012 16:55:03 +0100
changeset 121
6ea0dff10e78
parent 120
049478896193
child 122
8344d8d38c4f

fix sort order

slotUI/slotCli.py file | annotate | diff | comparison | revisions
--- a/slotUI/slotCli.py	Sat Dec 15 16:32:08 2012 +0100
+++ b/slotUI/slotCli.py	Sat Dec 15 16:55:03 2012 +0100
@@ -125,7 +125,7 @@
             slt["laps"] = 0
             slt["laps_last"] = 0
             slt["last"] = 0.00
-            slt["best"] = 0.00
+            slt["best"] = 999.00
             slt["fuel"] = 100
             slt["fuel_last"] = 0
             slt["position"] = idx

mercurial