hharnisc / python-meteor

A meteor client for python
MIT License
157 stars 27 forks source link

'cleared' is a list not a dictionary. #2

Closed ppettit closed 10 years ago

ppettit commented 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.

Thanks for python-meteor - it is very useful ;)

hharnisc commented 10 years ago

Thanks for the bugfix! Pulling this in and shipping off to PyPi ASAP

ppettit commented 10 years ago

great thanks!