fix server test

This commit is contained in:
Bastian Schroll 2019-10-21 10:11:54 +02:00
parent 2a139aeb29
commit 0e587e7698
2 changed files with 6 additions and 3 deletions

View file

@ -135,8 +135,8 @@ class TCPServer:
return False
else:
logging.warning("server always started")
return True
logging.error("server always started")
return False
def stop(self):
"""!Stops the TCP socket server