v1.9.0 #53

Merged
muellerr merged 354 commits from develop into master 2022-04-07 17:39:42 +02:00
Showing only changes of commit 6690694f3e - Show all commits

View File

@ -94,7 +94,7 @@ def pack_service_queue_user(
object_id=object_id, tc_queue=service_queue, op_code=op_code
)
if service == CustomServiceList.ACU.value:
object_id = ACU_HANDLER_IDpack_sus_cmds
object_id = ACU_HANDLER_ID
return pack_acu_test_into(
object_id=object_id, tc_queue=service_queue, op_code=op_code
)