From fcc45439e927b1c84c817efee7a7abce7a03f449 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 8 Nov 2021 18:35:14 +0000 Subject: [PATCH] Remove newlines --- follow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/follow.py b/follow.py index cf5ea7837..b8953131f 100644 --- a/follow.py +++ b/follow.py @@ -223,6 +223,7 @@ def getFollowerDomains(baseDir: str, nickname: str, domain: str) -> []: domainsList = [] for handle in lines: + handle = handle.replace('\n', '') followerDomain, _ = getDomainFromActor(handle) if not followerDomain: continue