continue with request after displaying it :-)

This commit is contained in:
Seth Schoen 2012-07-14 14:42:07 -07:00
parent 064148df29
commit ecfc275a1e

View file

@ -51,7 +51,6 @@ init(m)
make_request(m, csr=open("req.pem").read())
sign(open("key.pem").read(), m)
print m
assert False
r=decode(do(m))
print r
while r.proceed.IsInitialized():