0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

fix(plots/motor_map): removed single callback flag for connecting device_readback motors

This commit is contained in:
2024-04-10 10:01:57 +02:00
parent 301bb916da
commit 49327a8dbd

View File

@ -186,9 +186,7 @@ class BECMotorMap(BECPlotBase):
MessageEndpoints.device_readback(self.motor_y),
]
self.bec_dispatcher.connect_slot(
self.on_device_readback, endpoints, single_callback_for_all_topics=True
)
self.bec_dispatcher.connect_slot(self.on_device_readback, endpoints)
def _make_motor_map(self):
"""