alanchen1115 commited on
Commit
fea1ad8
·
verified ·
1 Parent(s): d031eed

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -33,7 +33,7 @@ def root():
33
  return {"title": "Echo Bot"}
34
 
35
  @app.post("/webhook")
36
- async def webhook(request: Request, x_line_signature: str = Header(None)):
37
  signature = request.headers['X-Line-Signature']
38
 
39
  body = request.get_data(as_text=True)
 
33
  return {"title": "Echo Bot"}
34
 
35
  @app.post("/webhook")
36
+ async def webhook(request: Request):
37
  signature = request.headers['X-Line-Signature']
38
 
39
  body = request.get_data(as_text=True)