Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Jan 9, 2024
1 parent 1bddd0e commit b556054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redesc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b556054

Please sign in to comment.