Closed norwood867 closed 4 years ago
Prevents the 'TypeError: argument of type 'NoneType' is not iterable' if config is None which is the default if no config is passed in the argument and to make sure config is a dict().
sample: client_subscribe.py runs without error now.
Thanks for the pull request and sorry for overlooking it; by now this has been fixed differently.
Prevents the 'TypeError: argument of type 'NoneType' is not iterable' if config is None which is the default if no config is passed in the argument and to make sure config is a dict().
sample: client_subscribe.py runs without error now.