Spaces:
Sleeping
Sleeping
df
Browse files- 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 |
-
|
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 |
)
|