This commit is contained in:
parent
12cfadab19
commit
9492835187
2
app.py
2
app.py
@ -79,7 +79,7 @@ def post_a_post(post_key):
|
|||||||
'texto': 'next post is this',
|
'texto': 'next post is this',
|
||||||
}, overwrite_mode='update')
|
}, overwrite_mode='update')
|
||||||
|
|
||||||
db.collection('post_parents').insert({
|
metadata = db.collection('post_parents').insert({
|
||||||
'_key': post_key,
|
'_key': post_key,
|
||||||
'_from': f'posts/post_key',
|
'_from': f'posts/post_key',
|
||||||
'_to': f'posts/{metadata["_key"]}'
|
'_to': f'posts/{metadata["_key"]}'
|
||||||
|
Loading…
Reference in New Issue
Block a user