0
0
Fork 0

wordfreqapp.db should be placed under app/db (not app/static) to protect data

Lan Hui 2026-03-12 16:04:03 +08:00
parent 6285581bb5
commit c64af4a20a
1 changed files with 2 additions and 2 deletions

View File

@ -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*