mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
debugging quietness
This commit is contained in:
parent
12b8050b56
commit
be5c017d9c
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ def drop_privs():
|
|||
os.setuid(nobody)
|
||||
|
||||
def make_request(server, m, csr, quiet=False):
|
||||
print quiet
|
||||
m.request.recipient = server
|
||||
m.request.timestamp = int(time.time())
|
||||
m.request.csr = csr
|
||||
|
|
|
|||
Loading…
Reference in a new issue