diff --git a/bot.py b/bot.py index 19c27f5..ff338d5 100644 --- a/bot.py +++ b/bot.py @@ -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 = ""