From 1e37aae43e43146516e3e96e8d0c3bbe5d165976 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Sat, 31 Aug 2019 16:46:34 +0200 Subject: [PATCH] Oops.... --- core/channeltools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/channeltools.py b/core/channeltools.py index 4f08767a..99fa333f 100644 --- a/core/channeltools.py +++ b/core/channeltools.py @@ -192,12 +192,12 @@ def get_default_settings(channel_name): list_language.append('Sub-' + lang) # Check if the automatic renumbering function exists + renumber = False if 'episodios' in dir(channel): from core import scrapertoolsV2 if scrapertoolsV2.find_single_match(inspect.getsource(channel), r'(anime\s*=\s*True)') \ or scrapertoolsV2.find_single_match(inspect.getsource(channel), r'(autorenumber\()'): renumber = True - else: renumber = False # Collects configurations channel_controls = get_channel_json(channel_name).get('settings', list())