mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
erase redundant return statement
This commit is contained in:
parent
635b6a8404
commit
c16d2ab2d5
1 changed files with 1 additions and 2 deletions
|
|
@ -489,8 +489,7 @@ class Configurator(object):
|
|||
self.save("Added permanent NameVirtualHost for " + ssl_addrs[0])
|
||||
|
||||
return ssl_vhost
|
||||
|
||||
return ssl_vhost
|
||||
|
||||
|
||||
def redirect_all_ssl(self, ssl_vhost):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue