From 42d762f7049a7a9d817c78ed9188f9903234c08d Mon Sep 17 00:00:00 2001 From: Antoine Goutenoir Date: Mon, 27 Jan 2020 10:07:54 +0100 Subject: [PATCH] Fix the visits counter. --- flaskr/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaskr/core.py b/flaskr/core.py index 4b1cdd0..822ebe2 100644 --- a/flaskr/core.py +++ b/flaskr/core.py @@ -7,7 +7,7 @@ from uuid import uuid4 from .content import content -hit_count_path = "../VISITS" +hit_count_path = "VISITS" def generate_unique_id(): -- libgit2 0.21.2