mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Remove self from function call
This commit is contained in:
@@ -1389,7 +1389,7 @@ LogLevel warn \n\
|
||||
raise errors.LetsEncryptDvsniError(
|
||||
"Unable to load key file: %s" % key_file)
|
||||
|
||||
self.register_file_creation(True, self.dvsni_get_cert_file(nonce))
|
||||
self.register_file_creation(True, dvsni_get_cert_file(nonce))
|
||||
|
||||
cert_pem = crypto_util.make_ss_cert(
|
||||
key_str, [nonce + CONFIG.INVALID_EXT, name, ext])
|
||||
|
||||
Reference in New Issue
Block a user