update scex commands

This commit is contained in:
Irini Kosmidou
2022-08-30 18:35:26 +02:00
parent b1eafd92c2
commit b4d4a51164
5 changed files with 35 additions and 6 deletions

View File

@ -213,7 +213,12 @@ def handle_default_procedure(
gui=tc_handler.gui,
)
if service == CustomServiceList.SCEX.value:
return pack_scex_cmds(q=queue_helper, op_code=op_code)
return pack_scex_cmds(ServiceProviderParams(
handler_base=tc_base,
op_code=op_code,
info=info,
queue_helper=queue_helper
))
if not route_to_registered_service_handlers(
service,
ServiceProviderParams(