From dac39b030e98632ed0f4c1e4cc4eb102a0040cbf Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Sat, 11 Nov 2023 20:56:19 +0530 Subject: [PATCH] Plugin enabled by default --- config.py | 2 +- data/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 16cbcc8..47243d2 100644 --- a/config.py +++ b/config.py @@ -37,7 +37,7 @@ default = { "enable_form": False, "age_default": True, "plugin_directory": "plugin", - "enable_plugin": False, + "enable_plugin": True, "log_directory": "log", "preset_newline": True, "preset_delimiter": ",", diff --git a/data/config.json b/data/config.json index a09227e..d0be051 100644 --- a/data/config.json +++ b/data/config.json @@ -10,7 +10,7 @@ "enable_form": false, "age_default": true, "plugin_directory": "plugin", - "enable_plugin": false, + "enable_plugin": true, "log_directory": "log", "preset_newline": true, "preset_delimiter": ",", -- 2.39.5