kenken999 commited on
Commit
8a227c9
·
1 Parent(s): 3981bfe
Files changed (1) hide show
  1. routers/webhook.py +1 -0
routers/webhook.py CHANGED
@@ -158,6 +158,7 @@ async def webhook(request: Request):
158
  reply_token,
159
  TextSendMessage(text="line replay test")
160
  )
 
161
  if not line_signature:
162
  raise HTTPException(status_code=400, detail="X-Line-Signature header is missing.")
163
 
 
158
  reply_token,
159
  TextSendMessage(text="line replay test")
160
  )
161
+ print("-----------------------------------------------")
162
  if not line_signature:
163
  raise HTTPException(status_code=400, detail="X-Line-Signature header is missing.")
164