pause server
Browse files- app/message_processor.py +1 -1
app/message_processor.py
CHANGED
|
@@ -38,7 +38,7 @@ class MessageProcessor:
|
|
| 38 |
history = await loop.run_in_executor(
|
| 39 |
None, lambda: self.channel.sheets.get_conversation_history(sender_id, page_id)
|
| 40 |
)
|
| 41 |
-
logger.info(f"[DEBUG] history: {history}")
|
| 42 |
|
| 43 |
log_kwargs = {
|
| 44 |
'conversation_id': None,
|
|
|
|
| 38 |
history = await loop.run_in_executor(
|
| 39 |
None, lambda: self.channel.sheets.get_conversation_history(sender_id, page_id)
|
| 40 |
)
|
| 41 |
+
logger.info(f"[DEBUG] history: {history}")#
|
| 42 |
|
| 43 |
log_kwargs = {
|
| 44 |
'conversation_id': None,
|