mirror of https://gitlab.com/bashrc2/epicyon
Remove newlines
parent
fcc45439e9
commit
4bd7156981
|
@ -723,6 +723,7 @@ def htmlProfile(signingPrivateKeyPem: str,
|
|||
with open(followRequestsFilename, 'r') as f:
|
||||
for followerHandle in f:
|
||||
if len(line) > 0:
|
||||
followerHandle = followerHandle.replace('\n', '')
|
||||
if '://' in followerHandle:
|
||||
followerActor = followerHandle
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue