some renaming

This commit is contained in:
2021-03-19 18:03:41 +01:00
parent 6e3bef7ac5
commit 4d737bfc12
5 changed files with 38 additions and 39 deletions

View File

@ -1,5 +1,5 @@
from typing import Tuple
from config.object_ids import CustomObjectIds
from config.object_ids import ObjIdIds
def user_analyze_service_8_data(
@ -15,7 +15,7 @@ def user_analyze_service_8_data(
@param custom_data:
@return:
"""
if object_id == CustomObjectIds.PDU2_HANDLER_ID.value:
if object_id == ObjIdIds.PDU2_HANDLER_ID.value:
header_list = ['PDU2 Service 8 Reply']
data_string = str()