We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b5d14 commit 1a31c09Copy full SHA for 1a31c09
examples/aiohttp-echo/app.py
@@ -89,8 +89,7 @@ async def echo(self, request):
89
async def main(port=8000):
90
async_api_client = AsyncApiClient(configuration)
91
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)
+ parser = WebhookParser(channel_secret)
94
95
handler = Handler(line_bot_api, parser)
96
0 commit comments