mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 06:15:31 +00:00
fix some typos and other
This commit is contained in:
parent
0c7fc84089
commit
6e011301d4
4 changed files with 16 additions and 8 deletions
|
|
@ -82,6 +82,9 @@ class TCPClient:
|
|||
except AttributeError:
|
||||
logging.error("cannot transmit - no connection established")
|
||||
return False
|
||||
except ConnectionResetError:
|
||||
logging.error("cannot transmit - host closed connection")
|
||||
return False
|
||||
except: # pragma: no cover
|
||||
logging.exception("error while transmitting")
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue