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())