kenken999 commited on
Commit
27070e4
·
1 Parent(s): 8c9be73
Files changed (1) hide show
  1. routers/webhook.py +1 -1
routers/webhook.py CHANGED
@@ -156,7 +156,7 @@ async def webhook(request: Request):
156
  first_line = text.split('\n')[0]
157
  # test_prompt
158
 
159
- line_bot_api.reply_message(
160
  reply_token,
161
  TextSendMessage(text="line replay test")
162
  )
 
156
  first_line = text.split('\n')[0]
157
  # test_prompt
158
 
159
+ LineBotApi.reply_message(
160
  reply_token,
161
  TextSendMessage(text="line replay test")
162
  )