Skip to content

Commit

Permalink
Fix for the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Aug 22, 2022
1 parent 4f6c4a9 commit aee0fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/events_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def mention_bug(logger, body):


@app.event("message")
def ack_the_rest_of_message_events(logger, body)
def ack_the_rest_of_message_events(logger, body):
logger.info(body)


Expand Down

0 comments on commit aee0fe0

Please sign in to comment.