This commit is contained in:
Alhaziel01
2020-04-11 17:00:21 +02:00
parent 5d07ec19c7
commit 9b9236751c
+1 -1
View File
@@ -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