williamagyapong commited on
Commit
331f8a6
·
verified ·
1 Parent(s): 8f20afd

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -142,7 +142,7 @@ def process_user_msg(message, mobile):
142
  if persist:
143
  # messenger.send_message(f"{response} \n\n {parsed_trans_data}", mobile)
144
  # Give user the chance to confirm/cancel transaction before processing other intents
145
- messenger_reply_button(mobile, f"{response} \n \n{parsed_trans_data}")
146
  else:
147
  messenger.send_message("Please try again!", mobile)
148
 
 
142
  if persist:
143
  # messenger.send_message(f"{response} \n\n {parsed_trans_data}", mobile)
144
  # Give user the chance to confirm/cancel transaction before processing other intents
145
+ messenger_reply_button(mobile, f"{response}")
146
  else:
147
  messenger.send_message("Please try again!", mobile)
148