one shot stuff done
[zanchey/dispense2.git] / sql-edition / servers / VendServer.py
index eda4dc9..d15165d 100755 (executable)
@@ -190,10 +190,11 @@ def setup_idlers(v):
        global idlers, idler
        idlers = [
                ClockIdler(v),
-               StringIdler(v),
+               StringIdler(v, text="Kill 'em all", repeat=False),
                StringIdler(v, text=CREDITS),
                StringIdler(v, text=str(math.pi) + "            "),
                StringIdler(v, text=str(math.e) + "            "),
+               StringIdler(v),
                GrayIdler(v),
                TrainIdler(v),
                GrayIdler(v,one="*",zero="-"),

UCC git Repository :: git.ucc.asn.au