diff options
| author | gcohen | 2014-12-29 20:15:08 -0800 | 
|---|---|---|
| committer | gcohen | 2014-12-29 20:15:08 -0800 | 
| commit | 5a4c2f121d396c5a183bbb662ae11c34c3c760c8 (patch) | |
| tree | b149358aafa04318e473408dcd183ed591beb993 /python/examples/futureHouse/futureHouse.py | |
| parent | 5aa42af1a41c1f05d2ada6e708e452bafdd6693d (diff) | |
| download | pubnub-python-5a4c2f121d396c5a183bbb662ae11c34c3c760c8.tar.bz2 | |
adding PN control
Diffstat (limited to 'python/examples/futureHouse/futureHouse.py')
| -rw-r--r-- | python/examples/futureHouse/futureHouse.py | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/python/examples/futureHouse/futureHouse.py b/python/examples/futureHouse/futureHouse.py index 410d90b..468fd66 100644 --- a/python/examples/futureHouse/futureHouse.py +++ b/python/examples/futureHouse/futureHouse.py @@ -26,10 +26,6 @@ leds = [  ]  def callback(message, channel): -    for x in message: -        print (x) -        for y in message[x]: -            print (y, ':', message[x][y])      # LED Setters      if 'ledID' in message: | 
