remove is_reply
Browse files- LCToolFlow.py +1 -1
LCToolFlow.py
CHANGED
@@ -98,5 +98,5 @@ class LCToolFlow(AtomicFlow):
|
|
98 |
response = {"observation": observation}
|
99 |
)
|
100 |
|
101 |
-
self.send_message(reply
|
102 |
|
|
|
98 |
response = {"observation": observation}
|
99 |
)
|
100 |
|
101 |
+
self.send_message(reply)
|
102 |
|