This commit is contained in:
parent
59500b21e0
commit
dd1e2d0577
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ __ircat_fakeusers__ = {
|
|||
class IRCatModule:
|
||||
def __init__(self, sql, smtp_host, smtp_port, smtp_starttls, smtp_username, smtp_password, name):
|
||||
self.sql = sql
|
||||
self.smtp_host = smtp_host
|
||||
self.smtp_server = smtp_host
|
||||
self.smtp_port = smtp_port
|
||||
self.smtp_starttls = smtp_starttls
|
||||
self.smtp_username = smtp_username
|
||||
|
|
Loading…
Add table
Reference in a new issue