diff --git a/webapp_profile.py b/webapp_profile.py index d98b8c7d3..eb0695f6a 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -723,6 +723,7 @@ def htmlProfile(signingPrivateKeyPem: str, with open(followRequestsFilename, 'r') as f: for followerHandle in f: if len(line) > 0: + followerHandle = followerHandle.replace('\n', '') if '://' in followerHandle: followerActor = followerHandle else: