Rev493, Fix trayicon autostart detect, Dont leak details on ui_restrict
This commit is contained in:
parent
0241001205
commit
713baeab63
4 changed files with 11 additions and 13 deletions
|
@ -134,8 +134,8 @@ class UiServer:
|
|||
try:
|
||||
sock.send("bye")
|
||||
sock.shutdown(socket.SHUT_RDWR)
|
||||
#sock._sock.close()
|
||||
#sock.close()
|
||||
# sock._sock.close()
|
||||
# sock.close()
|
||||
sock_closed += 1
|
||||
except Exception, err:
|
||||
self.log.debug("Http connection close error: %s" % err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue