From: Guillaume Pellerin Date: Sun, 17 May 2026 17:23:02 +0000 (+0200) Subject: more test X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ecbb3f7f806ab2ff125a7b29296f880b6394c45f;p=teleforma.git more test --- diff --git a/teleforma/management/commands/teleforma-import-conferences-3.py b/teleforma/management/commands/teleforma-import-conferences-3.py index fa8c6979..af51a58a 100644 --- a/teleforma/management/commands/teleforma-import-conferences-3.py +++ b/teleforma/management/commands/teleforma-import-conferences-3.py @@ -76,7 +76,7 @@ class Command(BaseCommand): exist = False medias = conference.media.all() for media in medias: - if media.file == path: + if media.file == path or media.file_s3: exist = True break