mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
8fcd845c23
commit
44bff188c2
3
posts.py
3
posts.py
|
@ -1545,7 +1545,8 @@ def _consolidate_actors_list(actors_list: []) -> None:
|
||||||
if '/@/' not in cc_actor:
|
if '/@/' not in cc_actor:
|
||||||
if cc_actor not in possible_duplicate_actors:
|
if cc_actor not in possible_duplicate_actors:
|
||||||
possible_duplicate_actors.append(cc_actor)
|
possible_duplicate_actors.append(cc_actor)
|
||||||
if possible_duplicate_actors:
|
if not possible_duplicate_actors:
|
||||||
|
return
|
||||||
u_paths = get_user_paths()
|
u_paths = get_user_paths()
|
||||||
remove_actors = []
|
remove_actors = []
|
||||||
for cc_actor in possible_duplicate_actors:
|
for cc_actor in possible_duplicate_actors:
|
||||||
|
|
Loading…
Reference in New Issue