Skip to content

Commit c29a166

Browse files
committed
Updated
1 parent 9a3ade4 commit c29a166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

satdigitalinvoice/email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class EmailManager:
16-
def __init__(self, stmp_host, stmp_port, imap_host, imap_port, user, password, xoauth2_token=None):
16+
def __init__(self, stmp_host, stmp_port, imap_host, imap_port, user, password=None, xoauth2_token=None):
1717
# self.receiver = EmailReceiver(
1818
# host=imap_host,
1919
# port=imap_port,

0 commit comments

Comments
 (0)