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 = []
|
failures = []
|
||||||
for channel in odyseescraper.models.OdyseeChannel.objects.all():
|
for channel in odyseescraper.models.OdyseeChannel.objects.all():
|
||||||
print(f'{str(channel)}...')
|
print(f'{str(channel)}...')
|
||||||
self.stdout.write('Getting releases...')
|
|
||||||
releases = odyseescraper.odysee.odysee_get_releases(channel.handle)
|
releases = odyseescraper.odysee.odysee_get_releases(channel.handle)
|
||||||
for release in releases:
|
for release in releases:
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user