diff options
Diffstat (limited to 'python-twisted/Pubnub.py')
| -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 = '' | 
