mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
57122be0dd
commit
cedb4fbb8b
|
@ -39,7 +39,6 @@ def get_moved_accounts(base_dir: str, nickname: str, domain: str,
|
||||||
refollow_dict = {}
|
refollow_dict = {}
|
||||||
for line in refollow_list:
|
for line in refollow_list:
|
||||||
if ' ' not in line:
|
if ' ' not in line:
|
||||||
print('Missing space separator "' + line + '"')
|
|
||||||
continue
|
continue
|
||||||
prev_handle = line.split(' ')[0]
|
prev_handle = line.split(' ')[0]
|
||||||
new_handle = line.split(' ')[1]
|
new_handle = line.split(' ')[1]
|
||||||
|
|
Loading…
Reference in New Issue