소스 검색

Fix **kwargs ommision.

tags/3.1_alpha
Luke Mullan 8 년 전
부모
커밋
7d35538962
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      modules/notification/__init__.py

+ 1
- 1
modules/notification/__init__.py 파일 보기

@@ -25,7 +25,7 @@ class NotificationView(FlaskView):
return ('', 204)

@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
:param message: the message


불러오는 중...
취소
저장