This commit is contained in:
Aran Zaiger 2015-08-02 23:52:08 +03:00
parent e7babed0eb
commit 0663bf3786

View file

@ -86,7 +86,7 @@ def createMessage(token):
return bad_request("there")
try:
msg['isProject'] = payload['isProject']
msg.isProject = payload['isProject']
except Exception as e:
pass