Less indentation

merge-requests/30/head
Bob Mottram 2024-07-15 20:32:09 +01:00
parent 13378eebbe
commit c47b0eb7a1
1 changed files with 28 additions and 28 deletions

View File

@ -158,7 +158,7 @@ def _update_moved_handle(base_dir: str, nickname: str, domain: str,
if follow_handle.strip("\n").strip("\r").lower() != \ if follow_handle.strip("\n").strip("\r").lower() != \
handle_lower: handle_lower:
foll2.write(follow_handle) foll2.write(follow_handle)
else: continue
handle_nickname = handle.split('@')[0] handle_nickname = handle.split('@')[0]
handle_domain = handle.split('@')[1] handle_domain = handle.split('@')[1]
unfollow_account(base_dir, nickname, domain, unfollow_account(base_dir, nickname, domain,