From 6b5943bc8ff55140ec4d1f60c7b6f746980f6878 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 24 Oct 2016 06:37:09 +1030 Subject: [PATCH] removed excess brace after transcode defaults. #1102 --- core/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/__init__.py b/core/__init__.py index 2e340715..5e703cce 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -665,7 +665,6 @@ def initialize(section=None): 'ACODEC3':None,'ACODEC3_ALLOW':[],'ABITRATE3':None, 'ACHANNELS3':None, 'SCODEC':'mov_text' } - } } if DEFAULTS and DEFAULTS in transcode_defaults: VEXTENSION = transcode_defaults[DEFAULTS]['VEXTENSION']