Accounts directory

merge-requests/30/head
Bob Mottram 2022-11-28 13:41:26 +00:00
parent aa664c265e
commit f7806a76e8
1 changed files with 2 additions and 1 deletions

View File

@ -219,7 +219,8 @@ def update_moved_actors(base_dir: str, debug: bool) -> None:
for account in dirs:
if not is_account_dir(account):
continue
following_filename = base_dir + '/' + account + '/following.txt'
following_filename = \
base_dir + '/accounts/' + account + '/following.txt'
if not os.path.isfile(following_filename):
continue
following_str = ''