includes were not updated..
This commit is contained in:
@@ -103,11 +103,9 @@ class EiveHookObject(TmTcHookBase):
|
||||
object_id: bytes, event_id: int, param_1: int, param_2: int
|
||||
) -> str:
|
||||
from pus_tm.event_handler import handle_event_packet
|
||||
|
||||
return handle_event_packet(
|
||||
object_id=object_id,
|
||||
event_id=event_id,
|
||||
param_1=param_1,
|
||||
param_2=param_2
|
||||
object_id=object_id, event_id=event_id, param_1=param_1, param_2=param_2
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user