fix 1
This commit is contained in:
@@ -200,6 +200,7 @@ def get_towns():
|
|||||||
'iron': d.get('iron', 0),
|
'iron': d.get('iron', 0),
|
||||||
'storage': d.get('storage', 0),
|
'storage': d.get('storage', 0),
|
||||||
'market_capacity': d.get('market_capacity', 0),
|
'market_capacity': d.get('market_capacity', 0),
|
||||||
|
'available_trade_capacity': d.get('available_trade_capacity'),
|
||||||
'population': d.get('population', 0),
|
'population': d.get('population', 0),
|
||||||
},
|
},
|
||||||
'buildings': d.get('buildings', {}),
|
'buildings': d.get('buildings', {}),
|
||||||
|
|||||||
Reference in New Issue
Block a user