From 6bfb38a2e694d481913519d9f1e1e7881f4cd64d Mon Sep 17 00:00:00 2001 From: Lovi <62809003+Lovi-0@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:58:50 +0100 Subject: [PATCH] ... --- config.json | 6 +++--- run.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 1441cd5..2f395ca 100644 --- a/config.json +++ b/config.json @@ -2,9 +2,9 @@ "DEFAULT": { "debug": false, "log_file": "app.log", - "log_to_file": false, - "show_message": false, - "clean_console": false, + "log_to_file": true, + "show_message": true, + "clean_console": true, "root_path": "Video", "map_episode_name": "%(tv_name)_S%(season)E%(episode)_%(episode_name)", "special_chars_to_remove": "!@#$%^&*()[]{}<>|`~'\";:,.?=+\u00e2\u20ac\u00a6", diff --git a/run.py b/run.py index 9dd9c17..e01a1b9 100644 --- a/run.py +++ b/run.py @@ -199,5 +199,5 @@ def main(): if __name__ == '__main__': - #initialize() + initialize() main()