Omzetten naar python module
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Marcel Nijenhof
2020-09-04 17:50:46 +02:00
parent de9f86e2ce
commit da45361c0a
6 changed files with 196 additions and 1 deletions

View File

@@ -151,7 +151,7 @@ send a sip command to the server
self.closesocket()
raise LmwSipConnectError("LmwSip.send: Socket connection lost")
else:
self.log.warn("LmwSip.send: No connection")
self.log.warning("LmwSip.send: No connection")
def recv(self):
"""recv()