bot: Log cert to test
All checks were successful
Build Docker / Build Docker (push) Successful in 16s

This commit is contained in:
Nathan Woodburn 2023-09-27 18:20:36 +10:00
parent 6a23b9cecd
commit 229cd1aa0c
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

1
bot.py
View File

@ -168,6 +168,7 @@ async def ssl(ctx, domain: str):
s_client_process = subprocess.Popen(s_client_command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.PIPE)
s_client_output, _ = s_client_process.communicate(input=b"\n")
print(s_client_output.decode("utf-8"), flush=True)
certificates = []
current_cert = ""