comparison sat/plugins/plugin_comp_ap_gateway/http_server.py @ 3980:9b5092225e46

component AP gateway: fix pubsub attachment plugin call following renaming.
author Goffi <goffi@goffi.org>
date Tue, 15 Nov 2022 18:03:07 +0100
parents 6fa4ca0c047e
children acc9dfc8ba8d
comparison
equal deleted inserted replaced
3979:996e0f84935e 3980:9b5092225e46
468 old_item_elt = None 468 old_item_elt = None
469 else: 469 else:
470 found_item = found_items[0] 470 found_item = found_items[0]
471 old_item_elt = found_item.data 471 old_item_elt = found_item.data
472 472
473 item_elt = self.apg._pa.applySetHandler( 473 item_elt = await self.apg._pa.apply_set_handler(
474 client, 474 client,
475 {"extra": attachment_data}, 475 {"extra": attachment_data},
476 old_item_elt, 476 old_item_elt,
477 None 477 None
478 ) 478 )