Compare commits
2 commits
129badf010
...
c032b9a3fb
| Author | SHA1 | Date | |
|---|---|---|---|
| c032b9a3fb | |||
| 6495a5ff6b |
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 user_map_pois WHERE type='kotbeutel'"
|
||||
"SELECT COUNT(*) FROM osm_pois WHERE type='waste_basket'"
|
||||
).fetchone()[0]
|
||||
data = {
|
||||
"users": users,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue