msg_id → msg_type
This commit is contained in:
parent
9bee0bf774
commit
bf1834cd63
6 changed files with 50 additions and 46 deletions
|
@ -72,7 +72,7 @@ class MeshMessageForm(forms.Form):
|
|||
raise Exception('nope')
|
||||
|
||||
return {
|
||||
'msg_id': self.msg_type,
|
||||
'msg_type': self.msg_type.name,
|
||||
'src': MESH_ROOT_ADDRESS,
|
||||
**self.get_cleaned_msg_data(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue