Already a list

merge-requests/30/head
Bob Mottram 2021-03-15 20:42:57 +00:00
parent 28a30728cf
commit 7466725ad2
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ def _postToSpeakerJson(baseDir: str, httpPrefix: str,
follows = fp.readlines()
if len(follows) > 0:
followRequestsExist = True
followRequestsList = follows.split('\n')
followRequestsList = follows
postDM = False
dmFilename = accountsDir + '/.newDM'
if os.path.isfile(dmFilename):