mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
e30ddfd7c7
commit
57122be0dd
|
@ -39,6 +39,7 @@ 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