mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
ebff972b49
commit
025eb6339b
|
@ -38,6 +38,7 @@ def get_moved_accounts(base_dir: str, nickname: str, domain: str,
|
|||
refollow_list = refollow_str.split('\n')
|
||||
refollow_dict = {}
|
||||
for line in refollow_list:
|
||||
print(line)
|
||||
prev_handle = line.split(' ')[0]
|
||||
new_handle = line.split(' ')[1]
|
||||
refollow_dict[prev_handle] = new_handle
|
||||
|
|
Loading…
Reference in New Issue