test changes

This commit is contained in:
Bastian Schroll 2019-10-21 11:22:53 +02:00
parent 40e0a951da
commit 422109f3fe
4 changed files with 14 additions and 6 deletions

View file

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