From ef6946365c6a1809665cec3281664236ef7b7036 Mon Sep 17 00:00:00 2001 From: haunter Date: Tue, 28 Apr 2026 22:33:43 +0300 Subject: [PATCH] fix 1 --- routes/dashboard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/dashboard.py b/routes/dashboard.py index 57e2f2e..81ccc03 100644 --- a/routes/dashboard.py +++ b/routes/dashboard.py @@ -200,6 +200,7 @@ def get_towns(): 'iron': d.get('iron', 0), 'storage': d.get('storage', 0), 'market_capacity': d.get('market_capacity', 0), + 'available_trade_capacity': d.get('available_trade_capacity'), 'population': d.get('population', 0), }, 'buildings': d.get('buildings', {}),