diff --git a/follow.py b/follow.py index 952c1d6f..d278f85e 100644 --- a/follow.py +++ b/follow.py @@ -50,7 +50,7 @@ def createInitialLastSeen(baseDir: str, httpPrefix: str) -> None: continue if '@' not in handle: continue - handle = handle.strip() + handle = handle.replace('\n', '') nickname = handle.split('@')[0] domain = handle.split('@')[1] actor = \