This commit is contained in:
thsrite
2024-10-30 12:03:59 +08:00
parent 2ba66744ba
commit 10f9aaf3b7

View File

@@ -367,7 +367,7 @@ class AutoBackup(_PluginBase):
"enabled": False,
"request_method": "POST",
"webhook_url": "",
"back_path": str(settings.CONFIG_PATH)
"back_path": str(self.get_data_path())
}
def get_page(self) -> List[dict]: