From c22140103f60ef6135c6fe4c72ac4c3fb2f7d491 Mon Sep 17 00:00:00 2001 From: fumiama Date: Mon, 10 Jan 2022 12:17:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20=E5=B0=8F=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data | 2 +- plugin_score/data.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data b/data index 4bd315d0..fc5b7762 160000 --- a/data +++ b/data @@ -1 +1 @@ -Subproject commit 4bd315d04aceb7d2d1e7a07402c4ef70bc553d55 +Subproject commit fc5b776266c6fd3c6240eb4c14d0949dcbfd4c66 diff --git a/plugin_score/data.go b/plugin_score/data.go index 1f3c3f4a..81933e91 100644 --- a/plugin_score/data.go +++ b/plugin_score/data.go @@ -10,7 +10,7 @@ import ( const ( cachePath = dbpath + "cache/" - dbpath = "data/Score/" + dbpath = "data/score/" dbfile = dbpath + "score.db" )