mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
try to improve spacing again
This commit is contained in:
parent
a5ad017c72
commit
c5f475c6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class Payment_Challenge(Challenge):
|
|||
|
||||
def get_display_string(self):
|
||||
if self.times_performed == 0:
|
||||
return "You are buying " + self.formatted_reasons() + ".\nYou will need to visit\n " + self.url + "\nto submit your payment.\nPlease press Enter once your payment has been submitted."
|
||||
return "You are buying " + self.formatted_reasons() + "You will need to visit\n " + self.url + "\nto 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