# HG changeset patch # User Malte Bayer # Date 1355587960 -3600 # Node ID 8344d8d38c4fac6ac6e03cbcf27ecdc28438aea3 # Parent 6ea0dff10e78a90536232b34e6e90aa3c2ce316c fix again diff -r 6ea0dff10e78 -r 8344d8d38c4f slotUI/slotCli.py --- 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