mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
13378eebbe
commit
c47b0eb7a1
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue