Fix Filtro per Genere
This commit is contained in:
+1
-1
@@ -683,7 +683,7 @@ def typo(string, typography=''):
|
|||||||
|
|
||||||
kod_color = '0xFF65B3DA' #'0xFF0081C2'
|
kod_color = '0xFF65B3DA' #'0xFF0081C2'
|
||||||
|
|
||||||
string = str(string)
|
string = str(string.encode('utf8'))
|
||||||
# Check if the typographic attributes are in the string or outside
|
# Check if the typographic attributes are in the string or outside
|
||||||
if typography:
|
if typography:
|
||||||
string = string + ' ' + typography
|
string = string + ' ' + typography
|
||||||
|
|||||||
Reference in New Issue
Block a user