mirror of https://gitlab.com/bashrc2/epicyon
Found status
parent
98722fb28b
commit
a11ce9719f
|
@ -1503,7 +1503,7 @@ def remove_follower(base_dir: str,
|
||||||
if handle2.lower() != handle:
|
if handle2.lower() != handle:
|
||||||
new_followers_str += handle2 + '\n'
|
new_followers_str += handle2 + '\n'
|
||||||
else:
|
else:
|
||||||
found = False
|
found = True
|
||||||
if not found:
|
if not found:
|
||||||
return False
|
return False
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue