Less indentation

merge-requests/30/head
Bob Mottram 2024-07-15 19:39:57 +01:00
parent 2bc8e8fc88
commit f3e0bdbc5f
1 changed files with 9 additions and 8 deletions

View File

@ -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: