From e4efd4d5fb80d4723a5ae1fbd0596e491c2d2aa6 Mon Sep 17 00:00:00 2001 From: Kyomotoi <kyomotoiowo@gmail.com> Date: Wed, 22 Jun 2022 20:24:41 +0800 Subject: =?UTF-8?q?=F0=9F=9A=9A=20=E8=A7=84=E8=8C=83=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=AD=98=E5=82=A8=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/wife/data_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ATRI/plugins/wife/data_source.py') diff --git a/ATRI/plugins/wife/data_source.py b/ATRI/plugins/wife/data_source.py index 29d5b61..68af76c 100644 --- a/ATRI/plugins/wife/data_source.py +++ b/ATRI/plugins/wife/data_source.py @@ -7,7 +7,7 @@ from ATRI.service import Service from ATRI.rule import is_in_service -WIFE_DIR = Path(".") / "data" / "database" / "wife" +WIFE_DIR = Path(".") / "data" / "plugins" / "wife" WIFE_DIR.mkdir(parents=True, exist_ok=True) -- cgit v1.2.3