diff options
Diffstat (limited to 'update_latest.py')
| -rw-r--r-- | update_latest.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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: | 
