mirror of https://gitlab.com/bashrc2/epicyon
Accounts directory
parent
aa664c265e
commit
f7806a76e8
|
@ -219,7 +219,8 @@ def update_moved_actors(base_dir: str, debug: bool) -> None:
|
||||||
for account in dirs:
|
for account in dirs:
|
||||||
if not is_account_dir(account):
|
if not is_account_dir(account):
|
||||||
continue
|
continue
|
||||||
following_filename = base_dir + '/' + account + '/following.txt'
|
following_filename = \
|
||||||
|
base_dir + '/accounts/' + account + '/following.txt'
|
||||||
if not os.path.isfile(following_filename):
|
if not os.path.isfile(following_filename):
|
||||||
continue
|
continue
|
||||||
following_str = ''
|
following_str = ''
|
||||||
|
|
Loading…
Reference in New Issue