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