Mercurial > templog
diff py/uploader.py @ 445:5b9dc87c988f
update web to handle new style params
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 05 Dec 2012 22:44:13 +0800 |
parents | c5629d79b4ac |
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: