mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
Re-remove server_url.
This commit is contained in:
@@ -44,10 +44,6 @@ class NamespaceConfig(object):
|
||||
def in_progress_dir(self): # pylint: disable=missing-docstring
|
||||
return os.path.join(self.namespace.work_dir, constants.IN_PROGRESS_DIR)
|
||||
|
||||
@property
|
||||
def server_url(self):
|
||||
return self.namespace.server
|
||||
|
||||
@property
|
||||
def server_path(self):
|
||||
"""File path based on ``server``."""
|
||||
|
||||
Reference in New Issue
Block a user