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 ddf215a commit 1bddd0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redesc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def __post_init__(self) -> None:
total += len(tag) + (2 * (" " in tag))
if total >= 500:
break
total += 1
all_tags.append(tag)
self.tags = all_tags

Expand Down

0 comments on commit 1bddd0e

Please sign in to comment.