From cdd66fb7dad8ca64aaad0dbff9cc9c767070f837 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Thu, 16 Jun 2022 16:30:08 +0200 Subject: [PATCH] returning empty string thumbs --- archivers/base_archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/base_archiver.py b/archivers/base_archiver.py index 0f490fe..a8b0413 100644 --- a/archivers/base_archiver.py +++ b/archivers/base_archiver.py @@ -229,7 +229,7 @@ class Archiver(ABC): cdn_urls.append(cdn_url) if len(cdn_urls) == 0: - return ('None', 'None') + return ('', '') key_thumb = cdn_urls[int(len(cdn_urls) * 0.1)]