From 0663bf3786392d198f263456462426eae05a8cf1 Mon Sep 17 00:00:00 2001 From: aranzaiger Date: Sun, 2 Aug 2015 23:52:08 +0300 Subject: [PATCH] fix --- SE_API/MessageRoutes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SE_API/MessageRoutes.py b/SE_API/MessageRoutes.py index ff139a5..5815c60 100644 --- a/SE_API/MessageRoutes.py +++ b/SE_API/MessageRoutes.py @@ -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