VietCat commited on
Commit
1b8e304
·
1 Parent(s): a9e2887

pause server

Browse files
Files changed (1) hide show
  1. 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,