remove is_reply
Browse files- 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
|
52 |
|
|
|
48 |
input_message=input_message,
|
49 |
response={"fixed_reply": self.flow_config["fixed_reply"]}
|
50 |
)
|
51 |
+
self.send_message(reply)
|
52 |
|