This commit is contained in:
Robin Müller 2022-03-22 11:13:50 +01:00
parent 1b96137148
commit 6690694f3e
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

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
)