mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
f41d52630b
commit
acabbc9220
|
@ -129,6 +129,7 @@ def _update_moved_handle(base_dir: str, nickname: str, domain: str,
|
|||
following_filename = \
|
||||
acct_dir(base_dir, nickname, domain) + '/following.txt'
|
||||
if os.path.isfile(following_filename):
|
||||
following_handles = []
|
||||
with open(following_filename, 'r', encoding='utf-8') as foll1:
|
||||
following_handles = foll1.readlines()
|
||||
|
||||
|
|
Loading…
Reference in New Issue