mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
d68ed5bf38
commit
40c3113363
|
@ -49,6 +49,5 @@ def get_moved_accounts(base_dir: str, nickname: str, domain: str,
|
||||||
result = {}
|
result = {}
|
||||||
for handle in follow_list:
|
for handle in follow_list:
|
||||||
if refollow_dict.get(handle):
|
if refollow_dict.get(handle):
|
||||||
new_handle = refollow_dict[handle]
|
result[handle] = refollow_dict[handle]
|
||||||
result[handle] = new_handle
|
|
||||||
return result
|
return result
|
||||||
|
|
Loading…
Reference in New Issue