another fix

This commit is contained in:
2026-04-22 23:07:16 +03:00
parent 22a56f82bb
commit 3d83e001ff

View File

@@ -104,6 +104,7 @@ def get_towns():
'bonuses': d.get('bonuses', {}), 'bonuses': d.get('bonuses', {}),
'wonder_points': d.get('wonder_points', 0), 'wonder_points': d.get('wonder_points', 0),
'total_points': d.get('total_points', 0), 'total_points': d.get('total_points', 0),
'alliance_name': d.get('alliance_name', None)
}) })
return jsonify(towns) return jsonify(towns)