diff --git a/app.py b/app.py index d856b2b..fe00cb1 100644 --- a/app.py +++ b/app.py @@ -79,7 +79,7 @@ def post_a_post(post_key): 'texto': 'next post is this', }, overwrite_mode='update') - db.collection('posts').insert({ + db.collection('post_parents').insert({ '_key': post_key, '_from': f'posts/post_key', '_to': f'posts/{metadata["_key"]}'