diff py/params.py @ 155:d03157c7ad60

rough touch sensor
author Matt Johnston <matt@ucc.asn.au>
date Fri, 21 Dec 2012 23:30:16 +0800
parents b32e5a11a4cb
children 6d799bee3508
line wrap: on
line diff
--- a/py/params.py	Thu Dec 20 22:26:33 2012 +0800
+++ b/py/params.py	Fri Dec 21 23:30:16 2012 +0800
@@ -43,4 +43,5 @@
         if not f:
             f = file(config.PARAMS_FILE, 'w')
         json.dump(self, f, sort_keys=True, indent=4)
+        f.write('\n')
         f.flush()