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 {}