Wiredcraft / dopy

Digital Ocean Python
MIT License
95 stars 62 forks source link

Fix handling of 'params' argument by droplet_v2_action and image_v2_action #26

Closed jwodder closed 9 years ago

jwodder commented 9 years ago

The droplet_v2_action and image_v2_action methods would always override the value of params, even when set by the caller, making methods like rebuild_droplet always fail with the v2 API. I fixed that.

I also fixed a NameError in edit_domain_record that I noticed.

zbal commented 9 years ago

Thanks, merged and pushed to pypi v.0.3.6