Update nicethings

cleanup
Jesse Laprade 2018-08-08 23:34:30 -04:00 committed by GitHub
parent 87bcfbb043
commit e759a2f1e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def show_random_line(a_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: