Skip to content

Commit b58dc91

Browse files
Commit
1 parent 3f8e1c3 commit b58dc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class LanguageProjectData:
9696
logging.info(f'starting at {generation_time}')
9797
Path('build').mkdir(parents=True, exist_ok=True)
9898

99-
from data import completion_progress
99+
completion_progress = list(get_completion_progress())
100100

101101
env = Environment(loader=FileSystemLoader('templates'))
102102
index = env.get_template('index.html.jinja').render(

0 commit comments

Comments
 (0)