Skip to content
Snippets Groups Projects
Commit 8e93f1d4 authored by David Hutchcroft's avatar David Hutchcroft
Browse files

Changed function name in app.py

parent 9663e98a
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ def charts2():
return render_template('charts2.html')
@WEBAPP.route('/chartsLoop')
def charts3():
def chartsLoop():
return render_template('chartsLoop.html')
@WEBAPP.route('/logs')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment