From c64af4a20a1ba76e3793ae17651086d65678a856 Mon Sep 17 00:00:00 2001 From: Lan Hui <1348141770@qq.com> Date: Thu, 12 Mar 2026 16:04:03 +0800 Subject: [PATCH] wordfreqapp.db should be placed under app/db (not app/static) to protect data --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15fc966..586529d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ picked from articles selected for him to read according his vocabulary level. E `python3 main.py` -Make sure you have put the SQLite database file in the path `app/static` (see below). +Make sure you have put the SQLite database file in the path `app/db` (see below). ## Run it as a Docker container @@ -214,5 +214,5 @@ Bug report: http://118.25.96.118/bugzilla/show_bug.cgi?id=215 Bug report: http://118.25.96.118/bugzilla/show_bug.cgi?id=489 -*Last modified on 2023-01-30* +*Last modified on 2026-03-12*