Don't blab on existing releases

This commit is contained in:
Salt 2025-01-23 23:19:11 -06:00
parent 40a8841e08
commit 6cdd9fb143

View File

@ -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,