From ee3b45b38eccc4e7d07553a587f6eafcbf05fc16 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Thu, 7 Nov 2019 20:58:18 +0100 Subject: [PATCH] Fix Filtro per Genere --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index d3dff488..6c5401d6 100644 --- a/core/support.py +++ b/core/support.py @@ -683,7 +683,7 @@ def typo(string, typography=''): kod_color = '0xFF65B3DA' #'0xFF0081C2' - string = str(string) + string = str(string.encode('utf8')) # Check if the typographic attributes are in the string or outside if typography: string = string + ' ' + typography