aboutsummaryrefslogtreecommitdiffstats
path: root/Pubnub.py
diff options
context:
space:
mode:
authorDevendra2014-05-01 00:14:25 +0530
committerDevendra2014-05-01 00:14:25 +0530
commit06511b3849e80cb5692ed92f7da31043c85556a0 (patch)
tree3b1f667a691cefdbceef26e8a4a4453186a87654 /Pubnub.py
parent10f345fcf4edb489cf9b86039c030baa62a6881c (diff)
downloadpubnub-python-06511b3849e80cb5692ed92f7da31043c85556a0.tar.bz2
more chagnes to console
Diffstat (limited to 'Pubnub.py')
-rw-r--r--Pubnub.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Pubnub.py b/Pubnub.py
index 06a594b..1bf31e9 100644
--- a/Pubnub.py
+++ b/Pubnub.py
@@ -379,6 +379,9 @@ class PubnubBase(object):
self._return_wrapped_callback(callback),
self._return_wrapped_callback(error))
+ def get_origin(self):
+ return self.origin
+
def grant(self, channel, authkey=False, read=True,
write=True, ttl=5, callback=None, error=None):
"""Grant Access on a Channel."""