diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/PubnubCoreAsync.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/common/PubnubCoreAsync.py b/common/PubnubCoreAsync.py index 30d337c..db10575 100644 --- a/common/PubnubCoreAsync.py +++ b/common/PubnubCoreAsync.py @@ -69,6 +69,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 = '' | 
