Reverse logic

master
Bob Mottram 2019-08-31 16:46:38 +01:00
parent 64a98b8785
commit b1e6df06a2
1 changed files with 3 additions and 3 deletions

View File

@ -421,9 +421,9 @@ def receiveFollowRequest(session,baseDir: str,httpPrefix: str, \
baseDir+'/accounts/'+handleToFollow) baseDir+'/accounts/'+handleToFollow)
return True return True
if not isFollowerOfPerson(baseDir, \ if isFollowerOfPerson(baseDir, \
nicknameToFollow,domainToFollowFull, \ nicknameToFollow,domainToFollowFull, \
nickname,domainFull): nickname,domainFull):
if debug: if debug:
print('DEBUG: '+nickname+'@'+domain+ \ print('DEBUG: '+nickname+'@'+domain+ \
' is already a follower of '+ \ ' is already a follower of '+ \