From f22cffbbc2ab6645115828c603cc7754f51f66cb Mon Sep 17 00:00:00 2001 From: gcohen Date: Mon, 5 Jan 2015 21:02:18 -0800 Subject: refactored moveDoor() --- python/examples/futureHouse/futureHouse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/examples/futureHouse') 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 -- cgit v1.2.3