From 6cdd9fb143ea9328f5d589a67306eac45bc93a1e Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Thu, 23 Jan 2025 23:19:11 -0600 Subject: [PATCH] Don't blab on existing releases --- odyseescraper/management/commands/odyseescrape.py | 1 - 1 file changed, 1 deletion(-) diff --git a/odyseescraper/management/commands/odyseescrape.py b/odyseescraper/management/commands/odyseescrape.py index 75445f4..0168400 100644 --- a/odyseescraper/management/commands/odyseescrape.py +++ b/odyseescraper/management/commands/odyseescrape.py @@ -19,7 +19,6 @@ class Command(BaseCommand): try: data = releases[release] if odyseescraper.models.OdyseeRelease.objects.filter(pk=release).exists(): - self.stdout.write(f'Skipping existing release: {str(channel)} - {data['title']}') continue a = odyseescraper.models.OdyseeRelease.objects.get_or_create( id = release,