diff --git a/follow.py b/follow.py index a8b2bd89f..5fe8f9f69 100644 --- a/follow.py +++ b/follow.py @@ -51,7 +51,7 @@ def createInitialLastSeen(baseDir: str, httpPrefix: str) -> None: if '@' not in handle: continue nickname = handle.split('@')[0] - domain = handle.split('@')[1] + domain = handle.split('@')[1].strip() actor = \ httpPrefix + '://' + \ nickname + '@' + domain + '/users/' + nickname