From ef70c80c593521de8943298652e8b65258b4519e Mon Sep 17 00:00:00 2001 From: Zips-sipZ Date: Sat, 12 Oct 2024 22:16:43 +0200 Subject: [PATCH] Correcting syntax error --- 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 ca9bd7d81..4cb58eb6a 100644 --- a/data/example-config.py +++ b/data/example-config.py @@ -25,7 +25,7 @@ "screens": "6", # Providing the option to change the size of the thumbnails where supported, default is 350 - "thumbnail_size": "350" + "thumbnail_size": "350", # Providing the option to add a header, in bbcode, above the screenshot section where supported # "screenshot_header": "[centers] SCREENSHOTS [/center]" # Enable lossless PNG Compression (True/False)