Skip to content

Commit 1a31c09

Browse files
committed
Revert examples
1 parent b4b5d14 commit 1a31c09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/aiohttp-echo/app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ async def echo(self, request):
8989
async def main(port=8000):
9090
async_api_client = AsyncApiClient(configuration)
9191
line_bot_api = AsyncMessagingApi(async_api_client)
92-
# Dummy value is fine to skip webhook signature verification
93-
parser = WebhookParser("Dummy Channel Secret", lambda: True)
92+
parser = WebhookParser(channel_secret)
9493

9594
handler = Handler(line_bot_api, parser)
9695

0 commit comments

Comments
 (0)