Simple bug fix
This commit is contained in:
parent
2a929167b7
commit
6226fa4e9f
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ class SendMail:
|
||||||
error=True
|
error=True
|
||||||
|
|
||||||
|
|
||||||
except ssl.SSLCertVerificationError:
|
except ssl_module.SSLCertVerificationError:
|
||||||
|
|
||||||
self.txt_error='Error: certificate verify failed, unable to get local issuer certificate. Install pip-system-certs can help.'
|
self.txt_error='Error: certificate verify failed, unable to get local issuer certificate. Install pip-system-certs can help.'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
|
||||||
name = "cuchulu"
|
name = "cuchulu"
|
||||||
authors = [{name = "Antonio de la Rosa", email = "antonio.delarosa@cuchulu.com"}]
|
authors = [{name = "Antonio de la Rosa", email = "antonio.delarosa@cuchulu.com"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
version = "1.0.39.3"
|
version = "1.0.39.4"
|
||||||
description = "A simple framework using bottle and mako"
|
description = "A simple framework using bottle and mako"
|
||||||
# dynamic = ["version", "description"]
|
# dynamic = ["version", "description"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue