mirror of https://gitlab.com/bashrc2/epicyon
Missing parameter
parent
5238e19401
commit
4888b53f60
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue