fix: Typos

This commit is contained in:
2025-09-04 02:52:47 +10:00
parent 89173f1676
commit 5388cba6e4
2 changed files with 2 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ def minify(content: str, maxlength: int, strip: Optional[str] = ' ', newlines: s
new_content = content[maxlength-3] + '...'
else:
new_content = content
return content
return new_content
def utc_now():