mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Fixed almost all pylint errors in apache_configurator
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -596,7 +596,7 @@ class Client(object):
|
||||
# one "challenge object" is issued for all sni_challenges
|
||||
challenge_objs.append({
|
||||
"type": "dvsni",
|
||||
"listSNITuple": sni_todo,
|
||||
"list_sni_tuple": sni_todo,
|
||||
"dvsni_key": os.path.abspath(self.key_file),
|
||||
})
|
||||
challenge_obj_indices.append(sni_satisfies)
|
||||
|
||||
@@ -82,7 +82,7 @@ class Configurator(object):
|
||||
"""Restart or refresh the server content."""
|
||||
raise NotImplementedError()
|
||||
|
||||
def perform(self, chall_type, tup):
|
||||
def perform(self, chall_dict):
|
||||
"""Perform the given challenge"""
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user