From 748ec8078d73a5c9f72f27c8859b7c1ca50aa82d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 6 Jul 2019 20:54:09 +0100 Subject: [PATCH] Missing basedir --- follow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/follow.py b/follow.py index 16d836b00..c20950223 100644 --- a/follow.py +++ b/follow.py @@ -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