Skip to content

Commit

Permalink
Fix a code error on README
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Sep 22, 2019
1 parent 2e231d2 commit 3b3b175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import json


@respond_to('github', re.IGNORECASE)
def github():
def github(message):
attachments = [
{
'fallback': 'Fallback text',
Expand Down
2 changes: 1 addition & 1 deletion README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import json


@respond_to('github', re.IGNORECASE)
def github():
def github(message):
attachments = [
{
'fallback': 'Fallback text',
Expand Down

0 comments on commit 3b3b175

Please sign in to comment.