Manifest disconnecting

This commit is contained in:
Lee Miller 2023-08-16 03:42:16 +03:00
parent 644a09ba0b
commit 45a4a8fd31
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class Connection(threading.Thread):
if not data:
self.status = 'disconnected'
self.s.close()
logging.debug(
logging.info(
'Disconnected from %s:%s', self.host_print, self.port)
break
time.sleep(0.2)