Skip to content
Snippets Groups Projects
Commit 45d3a9ca authored by Matt Johnston's avatar Matt Johnston
Browse files

forgot a space

parent 1886ae39
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment