Remove newlines

main
Bob Mottram 2021-11-08 18:35:14 +00:00
parent 5f56958b16
commit fcc45439e9
1 changed files with 1 additions and 0 deletions

View File

@ -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