diff py/uploader.py @ 146:3b4277aaed3c

update web to handle new style params
author Matt Johnston <matt@ucc.asn.au>
date Wed, 05 Dec 2012 22:44:13 +0800
parents 6517ddee3187
children 256505f98c4d
line wrap: on
line diff
--- a/py/uploader.py	Thu Nov 29 23:50:40 2012 +0800
+++ b/py/uploader.py	Wed Dec 05 22:44:13 2012 +0800
@@ -45,7 +45,7 @@
     def do():
         readings = self.server.take_readings()
         try:
-            tosend = self.get_to_send(readings)
+            tosend = self.get_tosend(readings)
             readings = None
             self.send(tosend)
         except Exception, e: