changeset 161:ad22db765ba1

merge
author Matt Johnston <matt@ucc.asn.au>
date Thu, 10 Jan 2013 19:46:32 +0800
parents a6612745b4a3 (diff) 256505f98c4d (current diff)
children d73077e8cd67
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/py/fridge.py	Thu Jan 03 22:37:33 2013 +0800
+++ b/py/fridge.py	Thu Jan 10 19:46:32 2013 +0800
@@ -126,4 +126,4 @@
             if turn_on:
                 L("Turning fridge on")
                 self.on()
-                fridge_on_clock = self.server.now()
+                self.fridge_on_clock = self.server.now()