X-Git-Url: https://git.ucc.asn.au/?p=uccvend-vendserver.git;a=blobdiff_plain;f=sql-edition%2Fservers%2FVendServer.py;h=3c4290818603bf18b6a087706b91a7821fa422ff;hp=ccee841fbdde3a0ceb5ed5bafd57f7a01a5aa742;hb=45d3a9ca9b5e4ed164f4d09bf2fda71a5c17433d;hpb=1886ae396a34a4b35c2306ecc1f085f8bc939c97 diff --git a/sql-edition/servers/VendServer.py b/sql-edition/servers/VendServer.py index ccee841..3c42908 100755 --- a/sql-edition/servers/VendServer.py +++ b/sql-edition/servers/VendServer.py @@ -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