fix client bug

1 parent 3567b93f
...@@ -16,12 +16,6 @@ except: ...@@ -16,12 +16,6 @@ except:
print('Cannot read server_url from section [general] in /etc/acme.conf') print('Cannot read server_url from section [general] in /etc/acme.conf')
exit(1) exit(1)
print(DEFAULT_CA)
exit()
with open('/etc/amce.config','r') as f:
output = f.read()
LOGGER = logging.getLogger(__name__) LOGGER = logging.getLogger(__name__)
LOGGER.addHandler(logging.StreamHandler()) LOGGER.addHandler(logging.StreamHandler())
LOGGER.setLevel(logging.INFO) LOGGER.setLevel(logging.INFO)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!