dopy icon indicating copy to clipboard operation
dopy copied to clipboard

Example broken on Mac 10.12.1

Open ghost opened this issue 8 years ago • 1 comments

╰$ 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()

ghost avatar Jan 03 '17 19:01 ghost

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

rudimk avatar Feb 17 '17 12:02 rudimk