diff --git a/app.py b/app.py index a2e21a8..430d2b3 100644 --- a/app.py +++ b/app.py @@ -60,8 +60,8 @@ def page_board(board_id): @app.route("/db_posts") def page_posts_from_db(): - posts = db.collection('posts') - postos = [ p for p in postos] + postos = db.collection('posts') + postos = [ p for p in postos] return render_template("interactive-posts.html", postos=postos)