From 06511b3849e80cb5692ed92f7da31043c85556a0 Mon Sep 17 00:00:00 2001 From: Devendra Date: Thu, 1 May 2014 00:14:25 +0530 Subject: more chagnes to console --- Pubnub.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Pubnub.py') 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.""" -- cgit v1.2.3