Ranger le moteur : ignore caches/logs, retire le backup local.
Prepare le depot pour Gitea (ms1reader-engine) sans artefacts de build. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -34,8 +34,9 @@ def _normalize_course_time(dt):
|
||||
def process_course(cur, cnx, con_id: int):
|
||||
|
||||
tp_config = load_tp_config_for_con(cur, con_id)
|
||||
log_debug(f"[TP_CONFIG FULL] {tp_config}")
|
||||
course_cfg = load_course_config(cur, con_id)
|
||||
|
||||
log_debug(f"[TP_CONFIG FULL] {course_cfg }")
|
||||
raw_start = course_cfg["start_time"]
|
||||
raw_end = course_cfg["end_time"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user