mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'patch-1' of https://github.com/jceb/calibre
This commit is contained in:
commit
1b7b282065
@ -1927,7 +1927,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
|
|||||||
return message
|
return message
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.listen_socket.listen(0)
|
self.listen_socket.listen(1)
|
||||||
except:
|
except:
|
||||||
message = 'listen on port %d failed' % port
|
message = 'listen on port %d failed' % port
|
||||||
self._debug(message)
|
self._debug(message)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user