bugfix
This commit is contained in:
parent
ae34c90f2f
commit
7cbd721319
@ -64,7 +64,7 @@ class EmailClient:
|
||||
return content
|
||||
|
||||
class TransferGateway(Gateway):
|
||||
def __init__(self, from_mail="", pop3server="", email="", password="", account_no):
|
||||
def __init__(self, from_mail="", pop3server="", email="", password="", account_no=""):
|
||||
self.from_email = from_email
|
||||
self.pop3server = pop3server
|
||||
self.email = email
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user