check many hexes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-19 00:00:22 +10:00
parent ed2cf28893
commit a807114c58

2
app.py
View File

@ -50,7 +50,7 @@ def homepage():
@app.route('/db_posts')
@app.route("/db_posts/<target_post_id>")
def page_posts_from_db(target_post_id=None):