From f761fba376a109283e42791d1d20f425c22dbf74 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Thu, 23 Jan 2025 23:19:34 -0600 Subject: [PATCH] Also don't bother with weird extra verbose logging that doesn't mean anything --- odyseescraper/management/commands/odyseescrape.py | 1 - 1 file changed, 1 deletion(-) 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: