mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 15:32:19 +03:00
new message type added: response_agreement
This commit is contained in:
parent
178ca598fe
commit
dc7e070c00
1 changed files with 1 additions and 0 deletions
|
@ -21,3 +21,4 @@ class MessageType(Enum):
|
||||||
RETRIVE_FILE = 'SEND_FILE'
|
RETRIVE_FILE = 'SEND_FILE'
|
||||||
UNREGISTER = 'UNREGISTER'
|
UNREGISTER = 'UNREGISTER'
|
||||||
TASK_STATUS = 'TASK_STATUS'
|
TASK_STATUS = 'TASK_STATUS'
|
||||||
|
RESPONSE_AGREEMENT = 'RESPONSE_AGREEMENT'
|
||||||
|
|
Loading…
Reference in a new issue