merge-requests/30/head
Bob Mottram 2022-11-27 20:45:23 +00:00
parent d68ed5bf38
commit 40c3113363
1 changed files with 1 additions and 2 deletions

View File

@ -49,6 +49,5 @@ def get_moved_accounts(base_dir: str, nickname: str, domain: str,
result = {}
for handle in follow_list:
if refollow_dict.get(handle):
new_handle = refollow_dict[handle]
result[handle] = new_handle
result[handle] = refollow_dict[handle]
return result