From 60d2e9d3e0c744bd331dec4a39e21e195a43738b Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sun, 24 Mar 2024 18:38:04 -0400 Subject: ADD CATS --- update_latest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update_latest.py') diff --git a/update_latest.py b/update_latest.py index 3ee8bfc..658ccaf 100644 --- a/update_latest.py +++ b/update_latest.py @@ -25,7 +25,7 @@ dirs = [x for x in os.listdir() for top in dirs: for root,_,files in os.walk(top): for f in files: - if f.endswith(".html") or f.endswith(".txt"): + if f.endswith(".html") or f.endswith(".txt") or f.endswith(".html!"): path = os.path.join(root, f) t = file_last_modified(path) if t: -- cgit v1.2.3