From 57efafd32d02bbe7a0396478c213094193496e18 Mon Sep 17 00:00:00 2001 From: Niels Serup Date: Thu, 22 Mar 2012 16:28:43 +0100 Subject: [PATCH] minor fix --- subsites/lunchuman/lunchuman.wsgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsites/lunchuman/lunchuman.wsgi b/subsites/lunchuman/lunchuman.wsgi index 1e87d2a..bcfe78c 100644 --- a/subsites/lunchuman/lunchuman.wsgi +++ b/subsites/lunchuman/lunchuman.wsgi @@ -122,7 +122,7 @@ where id=? ''', (new_name, moneys_incr, foods_incr, id)) loclog = [] if old_name != new_name: - loclog.append('change name to {}\n'.format(new_name)) + loclog.append('change name to {}'.format(new_name)) if foods_incr > 0: loclog.append('eat {} foods'.format(foods_incr)) elif foods_incr < 0: