@@ -1248,7 +1248,7 @@ def favicon():
@app.route("/")
def main_page():
now = datetime.now(timezone.utc)
month_str = request.args.get("m") or now.strftime("%Y-%m")
month_str = request.args.get("month") or now.strftime("%Y-%m")
start = end = None
if month_str:
The note is not visible to the blocked user.