set title

This commit is contained in:
Osman Faruk Bayram 2025-08-01 00:20:28 +03:00
parent 24852402e8
commit 528a273329

View file

@ -136,6 +136,7 @@ def index():
response = Response(render_html(df), content_type='text/html')
response.headers['Widget-Content-Type'] = 'html'
response.headers['Widget-Title'] = 'WaniKani Statistics'
return response
@app.route('/health')