fix configdata issue, since most corehandler code did not account for using flags directly
This commit is contained in:
parent
b29f640547
commit
72189a5c28
3 changed files with 10 additions and 4 deletions
|
@ -16,7 +16,7 @@ from core.emulator.enumerations import (
|
|||
|
||||
@dataclass
|
||||
class ConfigData:
|
||||
message_type: MessageFlags = None
|
||||
message_type: int = None
|
||||
node: int = None
|
||||
object: str = None
|
||||
type: int = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue