Reply: remove return value

This commit is contained in:
Maximilian Hils 2020-12-28 17:35:23 +01:00
parent 1655f54817
commit 70f1d173e2
53 changed files with 224 additions and 385 deletions

View file

@ -18,4 +18,4 @@ def websocket_message(flow):
if 'FOOBAR' in message.content:
# kill the message and not send it to the other endpoint
message.kill()
message.content = ""