diff options
| author | Devendra | 2014-05-01 00:14:25 +0530 | 
|---|---|---|
| committer | Devendra | 2014-05-01 00:14:25 +0530 | 
| commit | 06511b3849e80cb5692ed92f7da31043c85556a0 (patch) | |
| tree | 3b1f667a691cefdbceef26e8a4a4453186a87654 /Pubnub.py | |
| parent | 10f345fcf4edb489cf9b86039c030baa62a6881c (diff) | |
| download | pubnub-python-06511b3849e80cb5692ed92f7da31043c85556a0.tar.bz2 | |
more chagnes to console
Diffstat (limited to 'Pubnub.py')
| -rw-r--r-- | Pubnub.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -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.""" | 
