another fix
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user