williamagyapong commited on
Commit
0082bf7
·
verified ·
1 Parent(s): 39e1cdd

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -117,7 +117,7 @@ def process_user_msg(message, mobile):
117
  # Persist transaction data temporarily for Create, Update, or Delete operations
118
  persist = persist_temporary_transaction(parsed_trans_data, mobile)
119
  if persist:
120
- messenger.send_message(f"{response} \n\n {parsed_trans_data}", mobile)
121
  # Give user the chance to confirm/cancel transaction before processing other intents
122
  messenger_reply_button(mobile, f"Raw Response: {response}, \n \n Parsed Response: {parsed_trans_data}")
123
  else:
 
117
  # Persist transaction data temporarily for Create, Update, or Delete operations
118
  persist = persist_temporary_transaction(parsed_trans_data, mobile)
119
  if persist:
120
+ # messenger.send_message(f"{response} \n\n {parsed_trans_data}", mobile)
121
  # Give user the chance to confirm/cancel transaction before processing other intents
122
  messenger_reply_button(mobile, f"Raw Response: {response}, \n \n Parsed Response: {parsed_trans_data}")
123
  else: