aboutsummaryrefslogtreecommitdiffstats
path: root/Pubnub.py
diff options
context:
space:
mode:
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."""