diff --git a/redesc/main.py b/redesc/main.py index 741100c..9809e99 100644 --- a/redesc/main.py +++ b/redesc/main.py @@ -162,7 +162,7 @@ def __post_init__(self) -> None: all_tags = [] for tag in self.tags: total += len(tag) + (2 * (" " in tag)) - if total >= 500: + if total >= 400: break total += 1 all_tags.append(tag)