Fix: Stats-Kotbeutel → waste_basket Typ in osm_pois (zeigt echte Mülleimer-Zahl)
This commit is contained in:
parent
6495a5ff6b
commit
c032b9a3fb
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]
|
posts = conn.execute("SELECT COUNT(*) FROM forum_posts").fetchone()[0]
|
||||||
diary = conn.execute("SELECT COUNT(*) FROM diary").fetchone()[0]
|
diary = conn.execute("SELECT COUNT(*) FROM diary").fetchone()[0]
|
||||||
kotbeutel = conn.execute(
|
kotbeutel = conn.execute(
|
||||||
"SELECT COUNT(*) FROM osm_pois WHERE type='kotbeutel'"
|
"SELECT COUNT(*) FROM osm_pois WHERE type='waste_basket'"
|
||||||
).fetchone()[0]
|
).fetchone()[0]
|
||||||
data = {
|
data = {
|
||||||
"users": users,
|
"users": users,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue