Compare commits
No commits in common. "c032b9a3fbb25a4c81e0578688d5fabf735e89bd" and "129badf010ae3402865f865f88e8ebef651e7865" have entirely different histories.
c032b9a3fb
...
129badf010
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue