forked from indymedia/epicyon
Other way around
parent
549c531442
commit
803ac11dba
4
posts.py
4
posts.py
|
@ -3342,8 +3342,8 @@ def getNonMutualsOfPerson(baseDir: str,
|
||||||
following = \
|
following = \
|
||||||
getFollowersList(baseDir, nickname, domain, 'following.txt')
|
getFollowersList(baseDir, nickname, domain, 'following.txt')
|
||||||
nonMutuals = []
|
nonMutuals = []
|
||||||
for handle in following:
|
for handle in followers:
|
||||||
if handle not in followers:
|
if handle not in following:
|
||||||
nonMutuals.append(handle)
|
nonMutuals.append(handle)
|
||||||
return nonMutuals
|
return nonMutuals
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue