studionow / pybrightcove

Python Implementation of the Brightcove Backend Integration API
http://help.brightcove.com/developer/docs/mediaapi/media-API.cfm
MIT License
29 stars 28 forks source link

Invalid connection argument for Video constructor #42

Open imagescape opened 10 years ago

imagescape commented 10 years ago

Line 146 of playlist.py makes a call to Video, with "connection" as a parameter. However, _connection is the actual parameter.