Manifest disconnecting
This commit is contained in:
parent
644a09ba0b
commit
45a4a8fd31
|
@ -145,7 +145,7 @@ class Connection(threading.Thread):
|
||||||
if not data:
|
if not data:
|
||||||
self.status = 'disconnected'
|
self.status = 'disconnected'
|
||||||
self.s.close()
|
self.s.close()
|
||||||
logging.debug(
|
logging.info(
|
||||||
'Disconnected from %s:%s', self.host_print, self.port)
|
'Disconnected from %s:%s', self.host_print, self.port)
|
||||||
break
|
break
|
||||||
time.sleep(0.2)
|
time.sleep(0.2)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user