jcarbaugh / python-roku

Screw remotes. Control your Roku with Python.
https://pypi.python.org/pypi/roku
BSD 3-Clause "New" or "Revised" License
294 stars 95 forks source link

Replace Application object attribute "id" type cast from int to str. #5

Closed DavidCDean closed 10 years ago

DavidCDean commented 10 years ago

Some (private channel) application id's fail int cast. Previously threw exceptions.

jcarbaugh commented 10 years ago

Thanks so much! This also closes #3.