Wrong filename

merge-requests/6/head
Bob Mottram 2020-02-22 11:04:08 +00:00
parent 9ce41424c2
commit 00db8a10d0
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ def unfollowPerson(baseDir: str,nickname: str, domain: str, \
with open(filename, "a+") as f:
f.write(handleToUnfollow+'\n')
else:
with open(filename, "w+") as f:
with open(unfollowedFilename, "w+") as f:
f.write(handleToUnfollow+'\n')
return True