Исправлена опечатка

master3.4 3.4.0
Mike Khiretskiy 9 years ago
parent 6a29a252c6
commit 6ea24f133a

@ -385,7 +385,7 @@ def main(wait_thread):
getCRL = threading.Thread(target=get_CRL, args = (path_to_cert, ))
getCRL.start()
getCRL.join()
print 'GRL updated'
print 'CRL updated'
return 0
if args.by_host:

Loading…
Cancel
Save