mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
erase redundant return statement
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user