diff --git a/evodevo/bot/management/commands/publishpost.py b/evodevo/bot/management/commands/publishpost.py index ff35349..4bce1ec 100644 --- a/evodevo/bot/management/commands/publishpost.py +++ b/evodevo/bot/management/commands/publishpost.py @@ -29,3 +29,6 @@ def handle(self, *args, **options): self.stdout.write(f'{post.text}') self.stdout.write(f'{post.url}') + else: + self.stdout.write(f'No new posts to publish!') +