mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
this, too, is an instance method
This commit is contained in:
parent
1c0bfd714b
commit
36fd86cf80
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class Payment_Challenge(Challenge):
|
|||
|
||||
def get_display_string(self):
|
||||
if self.times_performed == 0:
|
||||
return "You are buying " + formatted_reasons() + " You will need to visit " + self.url + " to submit your payment\nPlease press enter once your payment has been submitted"
|
||||
return "You are buying " + self.formatted_reasons() + " You will need to visit " + self.url + " to submit your payment\nPlease press enter once your payment has been submitted"
|
||||
|
||||
# The user has tried at least once... display a different message
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue