From 9b9236751cea0a022ab4873c717623e5345e36ad Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Sat, 11 Apr 2020 17:00:21 +0200 Subject: [PATCH] Fix Typo --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index e70c6af1..c9383aaa 100755 --- a/core/support.py +++ b/core/support.py @@ -755,7 +755,7 @@ def typo(string, typography=''): if VLT: string = "•• " + re.sub(r'\s*submenu','',string) else: - re.sub(r'\s*submenu','',string) + string = re.sub(r'\s*submenu','',string) if 'color' in string: color = scrapertools.find_single_match(string, 'color ([a-z]+)') if color == 'kod' or '': color = kod_color