Commit 614764a6 authored by Kristian Tan's avatar Kristian Tan

Changed name of app route variable

parent 1912442d
...@@ -29,7 +29,7 @@ def main(): ...@@ -29,7 +29,7 @@ def main():
return render_template('main.html', **template_data) return render_template('main.html', **template_data)
@app.route("/<pin>") @app.route("/<change_pin>")
def toggle_pin(change_pin): def toggle_pin(change_pin):
if change_pin == 'favicon.ico': if change_pin == 'favicon.ico':
pass pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment