mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
the client is calling cleanup() on this challenge type too
This commit is contained in:
@@ -17,6 +17,10 @@ class Payment_Challenge(Challenge):
|
||||
self.url = url
|
||||
self.reason = reason
|
||||
self.times_performed = 0
|
||||
|
||||
def cleanup(self):
|
||||
# Currently, payment challenges do not appear to require any cleanup.
|
||||
pass
|
||||
|
||||
def perform(self, quiet=True):
|
||||
if quiet:
|
||||
|
||||
Reference in New Issue
Block a user