This commit is contained in:
2025-12-22 18:03:28 +08:00
parent 6ec800f88c
commit c2be32b4ff
5 changed files with 108 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class Jx3ApiPlugin(Star):
try:
self.file_local_data = self.check_and_copy_db(
local_data_dir=local_data_dir,
db_filename="local_data.db",
db_filename="local_async.json",
default_db_dir=data_file_path
)
except FileNotFoundError as e: