Update modules/pawserv.py
All checks were successful
/ check (push) Successful in 11s

This commit is contained in:
Nova Cat 2025-01-21 20:44:26 -08:00
parent 59500b21e0
commit dd1e2d0577

View file

@ -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