another bio/about fix

This commit is contained in:
Igor Lobanov 2023-10-05 11:41:22 +02:00
parent 27fc796252
commit 2ae5a7b0bd

View File

@ -40,9 +40,9 @@ def migrate(entry):
bio_text = BeautifulSoup(bio, features="lxml").text
if len(bio_text) > 120:
user_dict["bio"] = bio_text
else:
user_dict["about"] = bio_text
else:
user_dict["bio"] = bio_text
# userpic
try: