aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients/examples/python/example_simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/EventClients/examples/python/example_simple.py')
-rwxr-xr-xtools/EventClients/examples/python/example_simple.py2
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()