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

View File

@ -39,7 +39,6 @@ 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]