Changeset - 0cd17f37bb89
[Not reviewed]
0 1 0
x - 11 months ago 2024-05-09 17:01:54
xbr@c3l.lu
fix: only import MailVerificator into main file
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backend/check_domains.py
Show inline comments
 
@@ -7,7 +7,7 @@ from rich.console import Console
 
from cryptography import x509
 

	
 
import web
 
from mail import *
 
from mail import MailVerificator
 
import tls_utils
 

	
 
if __name__ == "__main__":
0 comments (0 inline, 0 general)