From f1886ddd9c5912b4cbdf85d19f784e95c62c32ba Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 13 Dec 2020 22:24:02 +0000 Subject: [PATCH] Remove newline --- follow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/follow.py b/follow.py index 952c1d6f0..d278f85e1 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 = \