Fix Ricerca (Generi, Orain onda, ecc...)

This commit is contained in:
Alhaziel
2019-11-08 17:26:38 +01:00
parent 5f5551afd8
commit 064f282c00

View File

@@ -682,8 +682,8 @@ def menu(func):
def typo(string, typography=''):
kod_color = '0xFF65B3DA' #'0xFF0081C2'
string = str(string)
try: string = str(string)
except: string = str(string.encode('utf8'))
# Check if the typographic attributes are in the string or outside
if typography:
string = string + ' ' + typography