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