diff options
Diffstat (limited to 'python/exchange.py')
| -rw-r--r-- | python/exchange.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/exchange.py b/python/exchange.py index 0ace50ec..86840640 100644 --- a/python/exchange.py +++ b/python/exchange.py @@ -44,7 +44,7 @@ class ExchangeMessage: subject, body, to_recipients, - cc_recipients, + cc_recipients=(), attach: Iterable[FileAttachment] = (), ): m = Message( |
