From 56e9489c189b1c4e50d613b08d250f8539d526cb Mon Sep 17 00:00:00 2001 From: mac12m99 <10120390+mac12m99@users.noreply.github.com> Date: Sun, 16 May 2021 17:57:21 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20sezione=20novit=C3=A0=20(cb01)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- channels/cineblog01.py | 2 +- specials/news.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/cineblog01.py b/channels/cineblog01.py index 6e56c21d..3d99c385 100644 --- a/channels/cineblog01.py +++ b/channels/cineblog01.py @@ -63,7 +63,7 @@ def newest(categoria): else: item.contentType = 'movie' item.url = host + '/lista-film-ultimi-100-film-aggiunti/' - item.args = "newest" + item.args = "newest" return peliculas(item) # Continua la ricerca in caso di errore except: diff --git a/specials/news.py b/specials/news.py index 6618a9b3..208b3801 100644 --- a/specials/news.py +++ b/specials/news.py @@ -285,7 +285,7 @@ def novedades(item): else: if mode == 'normal': logger.debug("Obteniendo novedades de channel_id=" + channel_id) - progreso.update(percentage, "", config.get_localized_string(60520) % channel_title) + progreso.update(percentage, config.get_localized_string(60520) % channel_title) get_newest(channel_id, item.extra) # Multi Thread mode: wait for all threads to finish