Closed ppettit closed 10 years ago
MeteorClient crashes when a change is sent from the meteor server that deletes a field. Looks like it is because cleared which is passed into changed_data is a list and not a dictionary. The attached patch seems to fix it.
cleared
changed_data
Thanks for python-meteor - it is very useful ;)
Thanks for the bugfix! Pulling this in and shipping off to PyPi ASAP
great thanks!
MeteorClient crashes when a change is sent from the meteor server that deletes a field. Looks like it is because
cleared
which is passed intochanged_data
is a list and not a dictionary. The attached patch seems to fix it.Thanks for python-meteor - it is very useful ;)