Update docu and domain index html generation

This commit is contained in:
relikd
2020-09-19 01:44:07 +02:00
parent 38a3115bdd
commit 25673e5f5a
5 changed files with 69 additions and 37 deletions

View File

@@ -117,7 +117,7 @@ def exodus(fname):
return save_list(res, fname, binary=False)
def combine_all(changes):
def combine_all(changes=['_']):
final = mylib.path_root('src', 'lists', 'tracker_all.txt')
if changes or not mylib.file_exists(final):
print(' updating: tracker_all.txt')