diff --git a/main.py b/main.py index 72f5018..c7f5bb7 100644 --- a/main.py +++ b/main.py @@ -272,7 +272,7 @@ def profile(): grass_touching_count, last_grass_touch_time = row - return render_template("profile.jinja2", username=username, grass_touching_count=grass_touching_count, last_grass_touch_time=last_grass_touch_time, your_account=True) + return render_template("profile.jinja2", username=username, grass_touching_count=grass_touching_count, last_grass_touch_time=last_grass_touch_time, now=time.time(), your_account=True) @app.route("/profile/") def public_profile(username):