From 2390a6c73844369d523bfe1297e029730252f704 Mon Sep 17 00:00:00 2001 From: stephen Date: Mon, 29 Jun 2026 22:08:39 +1000 Subject: [PATCH] added tage --- anki_exporter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anki_exporter.py b/anki_exporter.py index 0869644..ecc2e0b 100644 --- a/anki_exporter.py +++ b/anki_exporter.py @@ -24,8 +24,8 @@ def compile_anki_package(records, output_path, deck_name): global speed coefficient rates from the active configurations. """ # Incrementing both forces a completely clean slate for both layout and deck container - model_id = 1684329014 - deck_id = 1684329014 + model_id = 1684329015 + deck_id = 1684329015 # Global Configuration Pace Resolver Mapping settings = database.load_all_settings() or {}