diff --git a/ipatope.py b/ipatope.py index 904ccf0..1529ad2 100755 --- a/ipatope.py +++ b/ipatope.py @@ -37,6 +37,7 @@ def __init__(self, **kwargs): sorters=sorters, ) +print('INFO', 'writing rendered files to public/') template = jinja_env.get_template('phonemes.template.html') with Path('public/index.html').open('w') as out: out.write(template.render(**data))