oops fix unsupported operand for blogs

This commit is contained in:
Hugh Rundle 2024-02-05 15:40:33 +11:00
parent 2d84788520
commit eff5463e84
Signed by: hugh
GPG key ID: A7E35779918253F9

View file

@ -135,7 +135,8 @@ class Command(BaseCommand):
) )
else None else None
) )
description += "..." if description:
description += "..."
instance = models.Article.objects.create( instance = models.Article.objects.create(
title=article.title, title=article.title,