re ans-post
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2024-01-30 00:02:38 +10:00
parent e34be51a16
commit 25e5430b4c
2 changed files with 5 additions and 4 deletions

3
app.py
View File

@@ -116,7 +116,8 @@ def post_to_post(post_key):
metadata = postos.insert({
'texto': data,
'parent_post': f'{post_key}'
'parent_post': f'{post_key}',
'images': []
}, overwrite_mode='update')
metadata = db.collection('post_parents').insert({