nbaldwin commited on
Commit
7437003
·
1 Parent(s): 1f30765

remove is_reply

Browse files
Files changed (1) hide show
  1. fixed_reply.py +1 -1
fixed_reply.py CHANGED
@@ -48,5 +48,5 @@ class FixedReplyFlow(AtomicFlow):
48
  input_message=input_message,
49
  response={"fixed_reply": self.flow_config["fixed_reply"]}
50
  )
51
- self.send_message(reply, is_reply = True)
52
 
 
48
  input_message=input_message,
49
  response={"fixed_reply": self.flow_config["fixed_reply"]}
50
  )
51
+ self.send_message(reply)
52