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:
|
with open(followRequestsFilename, 'r') as f:
|
||||||
for followerHandle in f:
|
for followerHandle in f:
|
||||||
if len(line) > 0:
|
if len(line) > 0:
|
||||||
|
followerHandle = followerHandle.replace('\n', '')
|
||||||
if '://' in followerHandle:
|
if '://' in followerHandle:
|
||||||
followerActor = followerHandle
|
followerActor = followerHandle
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue