Found status

merge-requests/30/head
Bob Mottram 2022-12-01 23:36:14 +00:00
parent 98722fb28b
commit a11ce9719f
1 changed files with 1 additions and 1 deletions

View File

@ -1503,7 +1503,7 @@ def remove_follower(base_dir: str,
if handle2.lower() != handle:
new_followers_str += handle2 + '\n'
else:
found = False
found = True
if not found:
return False
try: