mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
the client is calling cleanup() on this challenge type too
This commit is contained in:
@@ -18,6 +18,10 @@ class Payment_Challenge(Challenge):
|
||||
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:
|
||||
dialog.Dialog().msgbox(self.get_display_string(), width=70)
|
||||
|
||||
Reference in New Issue
Block a user