Skip to content

Commit 6822713

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d0b1b76 commit 6822713

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ def get_completion_progress() -> (
7373
template = Template(Path('template.html').read_text())
7474

7575
output = template.render(
76-
completion_progress=tuple(get_completion_progress()), generation_time=generation_time
76+
completion_progress=tuple(get_completion_progress()),
77+
generation_time=generation_time,
7778
)
7879

7980
Path('index.html').write_text(output)

0 commit comments

Comments
 (0)