feat: add multiple, remote recipients support
This commit is contained in:
parent
e1c9ee0c9c
commit
c6ac0d6043
10 changed files with 220 additions and 90 deletions
|
|
@ -24,7 +24,7 @@ def capture(fn: Callable):
|
|||
print(f"[red]{exc}")
|
||||
sys.exit(1)
|
||||
except Exception as exc: # noqa: BLE001
|
||||
print(f"[bold red] Unexpected error: {exc}")
|
||||
print(f"[beld red] Unexpected error: {exc}")
|
||||
sys.exit(2)
|
||||
|
||||
return wrapper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue