mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
2bc8e8fc88
commit
f3e0bdbc5f
|
@ -139,7 +139,8 @@ def _approve_follower_handle(account_dir: str, approve_handle: str) -> None:
|
|||
except OSError:
|
||||
print('EX: _approve_follower_handle unable to append ' +
|
||||
approved_filename)
|
||||
else:
|
||||
return
|
||||
|
||||
try:
|
||||
with open(approved_filename, 'w+',
|
||||
encoding='utf-8') as fp_approved:
|
||||
|
|
Loading…
Reference in New Issue