Added import os
This commit is contained in:
parent
bde60da5f5
commit
bc798af234
@ -7,6 +7,7 @@
|
||||
# generate self-signed cert (better than nothing):
|
||||
# openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 3650 -nodes -subj '/CN=localhost'
|
||||
|
||||
import os
|
||||
import ssl
|
||||
import asyncio
|
||||
from aiosmtpd.controller import Controller
|
||||
|
||||
Loading…
Reference in New Issue
Block a user