battlepoint show
This commit is contained in:
@@ -268,7 +268,8 @@ def get_towns():
|
||||
'total_points': d.get('total_points', 0),
|
||||
'alliance_name': d.get('alliance_name', None),
|
||||
'blueprint_name': row['blueprint_name'],
|
||||
'blueprint_active': bool(row['blueprint_active'])
|
||||
'blueprint_active': bool(row['blueprint_active']),
|
||||
'battle_points': d.get('battle_points', {'att': 0, 'def': 0, 'available': 0, 'used': 0})
|
||||
})
|
||||
return jsonify(towns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user