jcarbaugh / python-roku

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

Quick Correction to Docs #87

Closed Johnmakuta closed 1 year ago

Johnmakuta commented 1 year ago

The part in the readme where it has the user print out the app.id, app.name, app.version needs parentheses.

Correction: print(app.id, app.name, app.version)