Missing basedir

master
Bob Mottram 2019-07-06 20:54:09 +01:00
parent f467bf4873
commit 748ec8078d
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ def getFollowingFeed(baseDir: str,domain: str,port: int,path: str, \
'@context': 'https://www.w3.org/ns/activitystreams',
'first': httpPrefix+'://'+domain+'/users/'+nickname+'/'+followFile+'?page=1',
'id': httpPrefix+'://'+domain+'/users/'+nickname+'/'+followFile,
'totalItems': getNoOfFollows(nickname,domain),
'totalItems': getNoOfFollows(baseDir,nickname,domain),
'type': 'OrderedCollection'}
return following