diff --git a/odyseescraper/management/commands/odyseescrape.py b/odyseescraper/management/commands/odyseescrape.py index 0168400..6e8ff73 100644 --- a/odyseescraper/management/commands/odyseescrape.py +++ b/odyseescraper/management/commands/odyseescrape.py @@ -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: