1
0
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:
Seth Schoen
2012-11-17 01:03:36 -08:00
parent c6fd758acf
commit 9f2a49705f

View File

@@ -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: