main
Bob Mottram 2022-11-28 13:49:16 +00:00
parent ebff972b49
commit 025eb6339b
1 changed files with 1 additions and 0 deletions

View File

@ -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