fix
This commit is contained in:
parent
e7babed0eb
commit
0663bf3786
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def createMessage(token):
|
||||||
return bad_request("there")
|
return bad_request("there")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
msg['isProject'] = payload['isProject']
|
msg.isProject = payload['isProject']
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue