mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-13 01:02:16 +03:00
response message fixed according to lider
This commit is contained in:
parent
a8bc4b60f8
commit
773975bf17
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Messaging(object):
|
|||
print("response message")
|
||||
data = {}
|
||||
data['type'] = response.get_type()
|
||||
data['id'] = response.get_id()
|
||||
data['taskId'] = response.get_id()
|
||||
data['responseCode'] = response.get_code()
|
||||
data['responseMessage'] = response.get_message()
|
||||
data['responseData'] = response.get_data()
|
||||
|
|
Loading…
Reference in a new issue