mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Fix SyntaxError
This commit is contained in:
parent
229f88dfcd
commit
c843a9681f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class RecoveryContact(Challenge):
|
|||
d.infobox(self.get_display_string())
|
||||
return self.poll(10, quiet)
|
||||
else:
|
||||
exit, self.token = d.inputbox(self.get_display_string()))
|
||||
exit, self.token = d.inputbox(self.get_display_string())
|
||||
if exit != d.OK:
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue