(20260218) Updating APIs

This commit is contained in:
2026-02-18 18:16:29 +05:30
parent 0b0c75d4fa
commit 81021a4b38
14 changed files with 231 additions and 64 deletions
+3 -3
View File
@@ -51,7 +51,7 @@ import pandas as pd
from cosec_web.cosec_web import CosecWeb
# TCAOFF-related:
from helpers.async_tcaoff import AsyncTheCAOffice
from tcaoff.async_tcaoff import AsyncTheCAOffice
# My utils:
from utils_v2.system import files
@@ -284,12 +284,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