Commit 78a24c77 authored by Kristian Tan's avatar Kristian Tan

print changepin

parent a795a0eb
......@@ -63,6 +63,10 @@ def main():
@app.route("/<change_pin>")
def toggle_pin(change_pin):
# TODO: change_pin is sometimes favicon.co for some reason? Fix
print("========")
print(change_pin)
print("========")
if change_pin == 'favicon.ico':
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