From 9492835187ad1d8c1392866a02383957f83c930a Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 13 Jul 2023 22:03:03 +1000 Subject: [PATCH] check posts --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index fe00cb1..fc27d09 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('post_parents').insert({ + metadata = db.collection('post_parents').insert({ '_key': post_key, '_from': f'posts/post_key', '_to': f'posts/{metadata["_key"]}'