mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-04 19:20:20 -05:00
...
This commit is contained in:
parent
0e592614a2
commit
736a16d335
@ -462,7 +462,7 @@ def main(args=sys.argv):
|
||||
otherinstance = False
|
||||
try:
|
||||
listener = create_listener()
|
||||
except socket.error: # Good si is correct (on UNIX)
|
||||
except socket.error: # Good singleinstance is correct (on UNIX)
|
||||
otherinstance = True
|
||||
else:
|
||||
# On windows only singleinstance can be trusted
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user