mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-08-10 02:55:27 +02:00
Fix **kwargs ommision.
This commit is contained in:
@@ -25,7 +25,7 @@ class NotificationView(FlaskView):
|
|||||||
return ('', 204)
|
return ('', 204)
|
||||||
|
|
||||||
@cbpi.event("MESSAGE", async=True)
|
@cbpi.event("MESSAGE", async=True)
|
||||||
def messageEvent(message):
|
def messageEvent(message, **kwargs):
|
||||||
"""
|
"""
|
||||||
React on message event. add the message to the cache and push the message to the clients
|
React on message event. add the message to the cache and push the message to the clients
|
||||||
:param message: the message
|
:param message: the message
|
||||||
|
|||||||
Reference in New Issue
Block a user