Skip to content

Commit 4216b3a

Browse files
tokuhirombe-hase
authored andcommitted
Better error message for sample code (#147)
1 parent 2cbab7d commit 4216b3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Usage:
5959
try:
6060
handler.handle(body, signature)
6161
except InvalidSignatureError:
62+
print("Invalid signature. Please check your channel access token/channel secret.")
6263
abort(400)
6364
6465
return 'OK'

0 commit comments

Comments
 (0)