Skip to content

Commit aee0fe0

Browse files
committed
Fix for the previous commit
1 parent 4f6c4a9 commit aee0fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/events_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def mention_bug(logger, body):
3636

3737

3838
@app.event("message")
39-
def ack_the_rest_of_message_events(logger, body)
39+
def ack_the_rest_of_message_events(logger, body):
4040
logger.info(body)
4141

4242

0 commit comments

Comments
 (0)