adjust log
Browse files- app/message_processor.py +1 -1
app/message_processor.py
CHANGED
|
@@ -46,7 +46,7 @@ class MessageProcessor:
|
|
| 46 |
history = await loop.run_in_executor(
|
| 47 |
None, lambda: sheets_client.get_conversation_history(sender_id, page_id)
|
| 48 |
)
|
| 49 |
-
logger.info(f"[DEBUG] history: {history}")
|
| 50 |
|
| 51 |
# --- SỬA LỖI LOGIC CHỐNG TRÙNG LẶP TẠI ĐÂY ---
|
| 52 |
# Kiểm tra xem timestamp của sự kiện webhook này đã tồn tại trong lịch sử chưa
|
|
|
|
| 46 |
history = await loop.run_in_executor(
|
| 47 |
None, lambda: sheets_client.get_conversation_history(sender_id, page_id)
|
| 48 |
)
|
| 49 |
+
logger.info(f"[DEBUG] history: ... {history[-3:]}")
|
| 50 |
|
| 51 |
# --- SỬA LỖI LOGIC CHỐNG TRÙNG LẶP TẠI ĐÂY ---
|
| 52 |
# Kiểm tra xem timestamp của sự kiện webhook này đã tồn tại trong lịch sử chưa
|