diff options
Diffstat (limited to 'python-client/usbmux.py')
| -rw-r--r-- | python-client/usbmux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-client/usbmux.py b/python-client/usbmux.py index 8b0270d..47112d3 100644 --- a/python-client/usbmux.py +++ b/python-client/usbmux.py | |||
| @@ -214,7 +214,7 @@ class USBMux(object): | |||
| 214 | if sys.platform == 'darwin': | 214 | if sys.platform == 'darwin': |
| 215 | socketpath = "/var/run/usbmuxd" | 215 | socketpath = "/var/run/usbmuxd" |
| 216 | else: | 216 | else: |
| 217 | socketpath = "/tmp/usbmuxd" | 217 | socketpath = "/var/run/usbmuxd" |
| 218 | self.socketpath = socketpath | 218 | self.socketpath = socketpath |
| 219 | self.listener = MuxConnection(socketpath, BinaryProtocol) | 219 | self.listener = MuxConnection(socketpath, BinaryProtocol) |
| 220 | try: | 220 | try: |
