retard-proof

pull/225/head
Aevann 2024-03-03 04:13:17 +02:00
parent 1871e37a02
commit 6f8956d34b
1 changed files with 1 additions and 0 deletions

View File

@ -1037,6 +1037,7 @@ def settings_pronouns_change(v):
def settings_twitter(v):
twitter = process_settings_plaintext("twitter", v.twitter, 50, "twitter.com")
twitter = twitter.replace('https://', '').rstrip('/')
v.twitter = twitter
g.db.add(v)