(20260219) API ready for production test.

This commit is contained in:
2026-02-19 15:48:43 +05:30
parent c7d9e4b7b5
commit 0fd23f1024
5 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -286,12 +286,12 @@ async def set_scheduler(
await yesterday_cron(
cosec_creds = copy.deepcopy(cosec_creds),
tcaoff_client = tcaoff_client,
test_mode = test_mode
# test_mode = test_mode
)
await today_cron(
cosec_creds = copy.deepcopy(cosec_creds),
tcaoff_client = tcaoff_client,
test_mode = test_mode
# test_mode = test_mode
)
printer("Test Done")
return