rabin 8 vuotta sitten
vanhempi
commit
8e7a19f0c0
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      service/record.py

+ 1 - 0
service/record.py

@@ -31,6 +31,7 @@ class Record(object):
 						config['child'] = k
 						cls().handle(self, config, v)
 		if state == False:
+			print value
 			cls().handle(self, config, value)
 
 	def save(self, config, value, name='', device_type=None):