diff options
| author | Devendra | 2014-04-23 02:10:55 +0530 | 
|---|---|---|
| committer | Devendra | 2014-04-23 02:10:55 +0530 | 
| commit | b2f1e0ed2337b61073a595eaf36afd718a21a3fe (patch) | |
| tree | 71e4a6802b488b5b2e31d50b14be983a0595c9df /python-twisted | |
| parent | f1ce4ae3179d51e88aca266d107531209d2d98a2 (diff) | |
| download | pubnub-python-b2f1e0ed2337b61073a595eaf36afd718a21a3fe.tar.bz2 | |
fixing issues reported by Dara in dev console
Diffstat (limited to 'python-twisted')
| -rw-r--r-- | python-twisted/Pubnub.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/python-twisted/Pubnub.py b/python-twisted/Pubnub.py index 22d647b..f5259ac 100644 --- a/python-twisted/Pubnub.py +++ b/python-twisted/Pubnub.py @@ -666,6 +666,7 @@ class PubnubCoreAsync(PubnubBase):          self._connect                   = None          self._tt_lock                   = _tt_lock          self._channel_list_lock         = _channel_list_lock +        self._connect                   = lambda: None      def get_channel_list(self, channels):          channel = '' | 
