we can chat now?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-19 00:29:33 +10:00
parent 7f94bade46
commit 78a60c6d90

2
app.py
View File

@ -65,7 +65,7 @@ def page_posts_from_db(target_post_id=None):
@app.route("/answer_post/<target_post_id>")
def page_posts_from_db(target_post_id):
def answer_post(target_post_id):
postos = db.collection('posts')
postos = [ p for p in postos]