master
Bob Mottram 2019-08-07 14:52:38 +01:00
parent a893b9d629
commit 6ddfb88dff
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ def manualApproveFollowRequest(session,baseDir: str, \
if debug:
print(handle+' not in '+approveFollowsFilename)
return
approvefilenew = with open(approveFollowsFilename+'.new', 'w+')
approvefilenew = open(approveFollowsFilename+'.new', 'w+')
with open(approveFollowsFilename, 'r') as approvefile:
for handle in approvefile:
if handle.startswith(approveHandle):