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: