From 456bf1fb80df93aee3642b444fc3e41ac458a548 Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Tue, 7 Aug 2018 13:05:19 -0400 Subject: [PATCH] Update nicethings --- nicethings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nicethings b/nicethings index 20cc77f..43b07e6 100755 --- a/nicethings +++ b/nicethings @@ -40,7 +40,7 @@ def show_random_line(list_file): def add_to_list(args): write_to_file(the_list, args + "\n") - print(top_line + messages['item_added'] + args + bottom_line) + print(top_line + messages['item_added'], args, bottom_line) def hangle_args(args): if len(args) <= 1: