merge-requests/30/head
Bob Mottram 2022-11-28 13:54:59 +00:00
parent e30ddfd7c7
commit 57122be0dd
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ def get_moved_accounts(base_dir: str, nickname: str, domain: str,
refollow_dict = {}
for line in refollow_list:
if ' ' not in line:
print('Missing space separator "' + line + '"')
continue
prev_handle = line.split(' ')[0]
new_handle = line.split(' ')[1]