This commit is contained in:
2026-04-28 22:33:43 +03:00
parent 0ef0bef036
commit ef6946365c

View File

@@ -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', {}),