diff --git a/slingbox_server.py b/slingbox_server.py index 359c575..5cf61bf 100755 --- a/slingbox_server.py +++ b/slingbox_server.py @@ -1215,7 +1215,7 @@ def GetFile(request): # connection.send(SendData(GetFile(data))) # connection = closeconn(connection) # continue - elif data.startswith('SENDIRKEYCODES=') : + elif data.startswith('SENDIRKEYCODES') : SendIRKeycodes(data) connection = closeconn(connection) continue