Also don't bother with weird extra verbose logging that doesn't mean anything

This commit is contained in:
Salt 2025-01-23 23:19:34 -06:00
parent 6cdd9fb143
commit f761fba376

View File

@ -13,7 +13,6 @@ class Command(BaseCommand):
failures = []
for channel in odyseescraper.models.OdyseeChannel.objects.all():
print(f'{str(channel)}...')
self.stdout.write('Getting releases...')
releases = odyseescraper.odysee.odysee_get_releases(channel.handle)
for release in releases:
try: