From 7e3b9f43d123a7490ebb3163dec5dc08d5774296 Mon Sep 17 00:00:00 2001 From: Tangent Date: Thu, 6 Aug 2026 16:43:49 -0600 Subject: [PATCH] launch() needs to save when it corrects the data structure so it doesn't have to do it every time --- asymptome.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/asymptome.lua b/asymptome.lua index 9042a44..6af0ae6 100755 --- a/asymptome.lua +++ b/asymptome.lua @@ -412,6 +412,7 @@ local launch = function(file_name) -- TODO verify data structure if not data.books_with_page_count then recalculate_total_pages(data) + save_json(data) end else data = {