mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Removed unused constant.
This commit is contained in:
@@ -10,7 +10,6 @@ from letsencrypt.client import client
|
||||
from letsencrypt.client import display
|
||||
from letsencrypt.client import logger
|
||||
|
||||
BASENAME = os.path.basename(sys.argv[0])
|
||||
logger.setLogger(logger.FileLogger(sys.stdout))
|
||||
logger.setLogLevel(logger.INFO)
|
||||
config = apache_configurator.ApacheConfigurator()
|
||||
|
||||
Reference in New Issue
Block a user