Missing parameter

merge-requests/22/merge
Bob Mottram 2021-08-31 17:21:37 +01:00
parent 5238e19401
commit 4888b53f60
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ def htmlAccountInfo(cssCache: {}, translate: {},
# get a list of any blocked following
followingList = \
downloadFollowCollection('following', session,
downloadFollowCollection(signingPrivateKeyPem,
'following', session,
httpPrefix, searchActor, 1, 5)
blockedFollowing = []
for followingActor in followingList: