From c9e39b07f0f9c9d2533198af565c5ebcc05cb5a3 Mon Sep 17 00:00:00 2001 From: Dmitry <124861781+ada-dmitry@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:15:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D1=80=D0=B5=D0=B6=D0=B8=D0=BC=20=D0=B2=D1=8B=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=20=D0=BD=D0=B0=20=D1=80=D0=B5=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D1=8B=D0=B9=20(dry=5Frun=3DFalse)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 34288df..912d50b 100644 --- a/app/main.py +++ b/app/main.py @@ -16,7 +16,7 @@ def main(): account_id="2235046505", target_weights=TARGET_WEIGHTS, corridor=CORRIDOR, - dry_run=True, + dry_run=False, ) plan = bot.calculate_rebalance(bot.fetch_portfolio())