From aa8c1ac8d590ec1da41b7ecf1f6d5fda9fe56b7a Mon Sep 17 00:00:00 2001 From: Thykof Date: Tue, 7 Apr 2026 17:15:48 +0200 Subject: [PATCH] reschedule 3 new assets --- synth/utils/sequential_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synth/utils/sequential_scheduler.py b/synth/utils/sequential_scheduler.py index 0be70a2..bea6d7c 100644 --- a/synth/utils/sequential_scheduler.py +++ b/synth/utils/sequential_scheduler.py @@ -39,7 +39,7 @@ def run_cycle( asset_list = prompt_config.asset_list if get_current_time() <= datetime( - 2026, 4, 7, 14, 0, 0, tzinfo=timezone.utc + 2026, 4, 10, 14, 0, 0, tzinfo=timezone.utc ): if prompt_config.label == "low": asset_list = prompt_config.asset_list[:9]