Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -158,6 +158,7 @@ def main(i_domains, wildcard, email, ca_server, key_type, key_size=None, key_cur
|
|
158 |
email_status = f"Email Sent to {email}"
|
159 |
else:
|
160 |
email_status = f"Can't sent email to {email}"
|
|
|
161 |
return private_key, csr, cert, email_status
|
162 |
|
163 |
if __name__ == "__main__":
|
|
|
158 |
email_status = f"Email Sent to {email}"
|
159 |
else:
|
160 |
email_status = f"Can't sent email to {email}"
|
161 |
+
print(email_status)
|
162 |
return private_key, csr, cert, email_status
|
163 |
|
164 |
if __name__ == "__main__":
|