Пофиксил баг
This commit is contained in:
parent
f4732836ad
commit
2785d3d6b6
2
main.py
2
main.py
@ -112,7 +112,7 @@ class Back():
|
|||||||
else:
|
else:
|
||||||
newPostJson = {'name': name, 'text': body,
|
newPostJson = {'name': name, 'text': body,
|
||||||
'create_timestamp': str(time.time())}
|
'create_timestamp': str(time.time())}
|
||||||
newPost = posts.insert_one(newPost).inserted_id
|
newPost = posts.insert_one(newPostJson).inserted_id
|
||||||
result = dict(status=200, state='new')
|
result = dict(status=200, state='new')
|
||||||
return str(result)
|
return str(result)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user