diff options
Diffstat (limited to 'tools/EventClients/examples/python/example_simple.py')
-rwxr-xr-x | tools/EventClients/examples/python/example_simple.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/EventClients/examples/python/example_simple.py b/tools/EventClients/examples/python/example_simple.py index 6218131e13..f28b002841 100755 --- a/tools/EventClients/examples/python/example_simple.py +++ b/tools/EventClients/examples/python/example_simple.py @@ -13,7 +13,7 @@ def main(): host = "localhost" port = 9777 - + # Create an XBMCClient object and connect xbmc = XBMCClient("Example Remote", "../../icons/bluetooth.png") xbmc.connect() |