Always update help

This commit is contained in:
relikd
2020-09-12 04:16:26 +02:00
parent 73e61a8457
commit d59092517c
2 changed files with 3 additions and 1 deletions

View File

@@ -98,7 +98,8 @@ p.subtitle { margin-top: 0.2em; }
td { padding: 0.2em 1em 0.2em 0.1em; }
#meta td:nth-child(2) { font-weight: bold }
.help-links td { padding: 0.5em; }
.help-links tr:nth-child(even) { background: #ddd; }
.help-links tr:nth-child(even) { background: #DDD; }
.help-links tr:nth-child(odd) { background: #F9F9F9; }
.help-links .notyet { color: #D11; }
.help-links .done { color: #3AE48C; }

View File

@@ -78,6 +78,7 @@ def import_update():
print('')
if len(needs_update) > 0:
combine_and_update(needs_update)
html_root.gen_help()
if len(then_delete) > 0:
print('cleanup _in folder ...')
for x in then_delete: