From 3d83e001ff296c2fe5644a49380c171deb86d3e0 Mon Sep 17 00:00:00 2001 From: haunter Date: Wed, 22 Apr 2026 23:07:16 +0300 Subject: [PATCH] another fix --- routes/dashboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/dashboard.py b/routes/dashboard.py index 2c1f7cd..d5c860c 100644 --- a/routes/dashboard.py +++ b/routes/dashboard.py @@ -104,6 +104,7 @@ def get_towns(): 'bonuses': d.get('bonuses', {}), 'wonder_points': d.get('wonder_points', 0), 'total_points': d.get('total_points', 0), + 'alliance_name': d.get('alliance_name', None) }) return jsonify(towns)