From 09bd1b3fbc28452633de2a894dfb50a8da1ea7f1 Mon Sep 17 00:00:00 2001 From: Prinz23 Date: Mon, 7 Aug 2023 15:11:38 +0200 Subject: [PATCH] fix 3.12 regex issue --- gui/slick/interfaces/default/inc_top.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')
  • Trakt Cards
  • #set $imdb_func = $sg_str('IMDB_MRU').split('-')