This commit is contained in:
Lovi 2024-11-01 15:58:50 +01:00
parent 62dc037a89
commit 6bfb38a2e6
2 changed files with 4 additions and 4 deletions

View File

@ -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",

2
run.py
View File

@ -199,5 +199,5 @@ def main():
if __name__ == '__main__':
#initialize()
initialize()
main()