diff py/fridge.py @ 259:26eee8591f61

long polling works
author Matt Johnston <matt@ucc.asn.au>
date Tue, 09 Jun 2015 23:27:44 +0800
parents ffe25107d520
children 20c89630be6c
line wrap: on
line diff
--- a/py/fridge.py	Mon Jun 08 22:33:04 2015 +0800
+++ b/py/fridge.py	Tue Jun 09 23:27:44 2015 +0800
@@ -22,6 +22,7 @@
 
     def on(self):
         self.turn(True)
+        pass
 
     def off(self):
         self.turn(False)