check if exists

This commit is contained in:
msramalho
2022-06-15 17:04:50 +02:00
parent 771c5376c4
commit 2dbdf9b8d3
2 changed files with 13 additions and 5 deletions

View File

@@ -225,7 +225,6 @@ class Archiver(ABC):
key = key_folder + fname
self.storage.upload(thumbnail_filename, key)
cdn_url = self.storage.get_cdn_url(key)
cdn_urls.append(cdn_url)