from actions import save_foxbit
save_foxbit()
def update():
    save_foxbit()
    redirect('/')