forgot a space
authorMatt Johnston <[email protected]>
Thu, 18 Aug 2005 12:26:06 +0000 (12:26 +0000)
committerMatt Johnston <[email protected]>
Thu, 18 Aug 2005 12:26:06 +0000 (12:26 +0000)
sql-edition/servers/VendServer.py

index ccee841..3c42908 100755 (executable)
@@ -105,7 +105,7 @@ def scroll_options(username, mk, welcome = False):
                c = c.strip()
                (slot_num, price, slot_name) = c.split(' ', 2)
                if slot_name == 'dead': continue
-               choices += '%s-(%sc)-%s8'%(slot_name, price, slot_num)
+               choices += '%s-(%sc)-%s8 '%(slot_name, price, slot_num)
 
 #      we don't want to print snacks for now since it'll be too large
 #      and there's physical bits of paper in the machine anyway - matt

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