diff options
| author | 2009-06-12 19:08:43 +0200 | |
|---|---|---|
| committer | 2009-06-12 19:08:43 +0200 | |
| commit | 339112a796f774600a55ab143cad0a6123496606 (patch) | |
| tree | e5f53d71c802bd6b260477b71ae69103241cec1e /python-client/tcprelay.py | |
| parent | 792b5ca2df2cce09e0b6c802c50bc0c0eb4f2298 (diff) | |
| download | usbmuxd-339112a796f774600a55ab143cad0a6123496606.tar.gz usbmuxd-339112a796f774600a55ab143cad0a6123496606.tar.bz2 | |
Make usbmux.py default to the proper paths on OSX and Linux
Diffstat (limited to 'python-client/tcprelay.py')
| -rw-r--r-- | python-client/tcprelay.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-client/tcprelay.py b/python-client/tcprelay.py index 3075fcb..c49d708 100644 --- a/python-client/tcprelay.py +++ b/python-client/tcprelay.py | |||
| @@ -68,7 +68,7 @@ class SocketRelay(object): | |||
| 68 | class TCPRelay(SocketServer.BaseRequestHandler): | 68 | class TCPRelay(SocketServer.BaseRequestHandler): |
| 69 | def handle(self): | 69 | def handle(self): |
| 70 | print "Incoming connection to %d"%self.server.server_address[1] | 70 | print "Incoming connection to %d"%self.server.server_address[1] |
| 71 | mux = usbmux.USBMux("/tmp/usbmuxd") | 71 | mux = usbmux.USBMux() |
| 72 | print "Waiting for devices..." | 72 | print "Waiting for devices..." |
| 73 | if not mux.devices: | 73 | if not mux.devices: |
| 74 | mux.process(1.0) | 74 | mux.process(1.0) |
