🐛 小修正

This commit is contained in:
fumiama 2022-01-10 12:17:39 +08:00
parent 8bd6e40ac8
commit c22140103f
2 changed files with 2 additions and 2 deletions

2
data

@ -1 +1 @@
Subproject commit 4bd315d04aceb7d2d1e7a07402c4ef70bc553d55
Subproject commit fc5b776266c6fd3c6240eb4c14d0949dcbfd4c66

View File

@ -10,7 +10,7 @@ import (
const (
cachePath = dbpath + "cache/"
dbpath = "data/Score/"
dbpath = "data/score/"
dbfile = dbpath + "score.db"
)