Compare commits

..

No commits in common. "c032b9a3fbb25a4c81e0578688d5fabf735e89bd" and "129badf010ae3402865f865f88e8ebef651e7865" have entirely different histories.

View file

@ -38,7 +38,7 @@ async def public_stats():
posts = conn.execute("SELECT COUNT(*) FROM forum_posts").fetchone()[0]
diary = conn.execute("SELECT COUNT(*) FROM diary").fetchone()[0]
kotbeutel = conn.execute(
"SELECT COUNT(*) FROM osm_pois WHERE type='waste_basket'"
"SELECT COUNT(*) FROM user_map_pois WHERE type='kotbeutel'"
).fetchone()[0]
data = {
"users": users,