Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
acme-dns-tiny
Commits
d37a18d2
Unverified
Commit
d37a18d2
authored
Oct 19, 2021
by
Chris Swan
Browse files
Simplify s/Not any/No/
parent
6b60a497
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme_dns_tiny.py
View file @
d37a18d2
...
...
@@ -260,7 +260,7 @@ def get_crt(config, log=LOGGER):
log
.
info
(
" - A CNAME resource has been found for this domain, will install TXT on %s"
,
dnsrr_domain
)
except
dns
.
exception
.
DNSException
as
dnsexception
:
log
.
debug
((
" - No
t any
CNAME resource has been found for this domain (%s), will "
log
.
debug
((
" - No CNAME resource has been found for this domain (%s), will "
"install TXT directly on %s"
),
type
(
dnsexception
).
__name__
,
dnsrr_domain
)
dnsrr_set
=
dns
.
rrset
.
from_text
(
dnsrr_domain
,
config
[
"DNS"
].
getint
(
"TTL"
),
"IN"
,
"TXT"
,
'"{0}"'
.
format
(
keydigest64
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment