From 9eb5812d4c26208006eaea1a5bfc77670a7a999b Mon Sep 17 00:00:00 2001 From: Audionut Date: Tue, 5 Nov 2024 17:07:21 +1000 Subject: [PATCH] Fix uncommenting screenshot header --- data/example-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/example-config.py b/data/example-config.py index 8413d8c8..7e9d9855 100644 --- a/data/example-config.py +++ b/data/example-config.py @@ -53,7 +53,7 @@ "processLimit": "10", # Providing the option to add a header, in bbcode, above the screenshot section where supported - # "screenshot_header": "[centers] SCREENSHOTS [/center]" + # "screenshot_header": "[centers] SCREENSHOTS [/center]", # Enable lossless PNG Compression (True/False) "optimize_images": True,