Fix tvdb e support typo

This commit is contained in:
Alhaziel01
2020-11-10 12:54:28 +01:00
parent e8c06af550
commit efe9e0664a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -827,7 +827,7 @@ def typo(string, typography=''):
typography = string.split('{')[1].strip(' }').lower()
string = string.replace('{' + typography + '}','').strip()
else:
string = string.strip()
string = string
typography.lower()