diff options
| author | gcohen | 2015-01-05 21:02:18 -0800 | 
|---|---|---|
| committer | gcohen | 2015-01-05 21:02:18 -0800 | 
| commit | f22cffbbc2ab6645115828c603cc7754f51f66cb (patch) | |
| tree | b3d727744959bd9dfa4bc6ca8f94a62dcffaa9cf | |
| parent | 2027e8b20ab05946e357f7357c91a19d3a50e483 (diff) | |
| download | pubnub-python-f22cffbbc2ab6645115828c603cc7754f51f66cb.tar.bz2 | |
refactored moveDoor()
| -rw-r--r-- | python/examples/futureHouse/futureHouse.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/examples/futureHouse/futureHouse.py b/python/examples/futureHouse/futureHouse.py index 4fbae3b..2498bb8 100644 --- a/python/examples/futureHouse/futureHouse.py +++ b/python/examples/futureHouse/futureHouse.py @@ -33,7 +33,7 @@ pubnub = Pubnub(publish_key=publish_key, subscribe_key=subscribe_key,                  secret_key=secret_key, cipher_key=cipher_key, ssl_on=ssl_on) -channel = 'futureHouse' +channel = 'futureChannel'  # pulse lengths have a max of 4096 | 
