mirror of https://gitlab.com/bashrc2/epicyon
Remove newlines
parent
7466725ad2
commit
2c607f3787
|
@ -502,6 +502,8 @@ def _postToSpeakerJson(baseDir: str, httpPrefix: str,
|
|||
follows = fp.readlines()
|
||||
if len(follows) > 0:
|
||||
followRequestsExist = True
|
||||
for i in range(len(follows)):
|
||||
follows[i] = follows[i].strip()
|
||||
followRequestsList = follows
|
||||
postDM = False
|
||||
dmFilename = accountsDir + '/.newDM'
|
||||
|
|
Loading…
Reference in New Issue