Also don't bother with weird extra verbose logging that doesn't mean anything
This commit is contained in:
parent
6cdd9fb143
commit
f761fba376
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user