diff --git a/gui/slick/interfaces/default/inc_top.tmpl b/gui/slick/interfaces/default/inc_top.tmpl index 056384e4..2853a85d 100644 --- a/gui/slick/interfaces/default/inc_top.tmpl +++ b/gui/slick/interfaces/default/inc_top.tmpl @@ -190,7 +190,7 @@ trakt_played='most played this month', trakt_played_period_year='most played this year', trakt_collected='most collected this month', trakt_collected_period_year='most collected this year', trakt_recommended='recommended', trakt_watchlist='watchlist') -#set $trakt_mode = $trakt_modes.get(re.sub('[\?=]', '_', $sg_var('TRAKT_MRU')), 'trends, tailored suggestions') +#set $trakt_mode = $trakt_modes.get(re.sub(r'[\?=]', '_', $sg_var('TRAKT_MRU')), 'trends, tailored suggestions')