Wiredcraft / dopy

Digital Ocean Python
MIT License
95 stars 62 forks source link

Example broken on Mac 10.12.1 #54

Open ghost opened 7 years ago

ghost commented 7 years ago
╰$ python
Python 2.7.10 (v2.7.10:15c95b7d81dc, May 23 2015, 09:33:12)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from dopy.manager import DoManager
>>> do = DoManager(None, 'bf62fb4fa8159bd338cce81dd4fb15f839376af53e165164e6528197a70fcd4d', api_version=2)
>>> do.all_active_droplets
<bound method DoManager.all_active_droplets of <dopy.manager.DoManager object at 0x1005e3d50>>
>>> quit()
rudimk commented 7 years ago

Won't this be do.all_active_droplets() instead of do.all_active_droplets?