We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4256805 + 38bb3d7 commit 2f15911Copy full SHA for 2f15911
accesser/utils/importca.py
@@ -110,4 +110,4 @@ def import_ca():
110
else:
111
logger.warning('Automatic import of root certificate root.crt is not yet supported on this platform.')
112
cm.create_root_ca()
113
- logger.warning(f'You can GET root certificate from http://localhost:{setting.config['server']['port']}/CERT/root.crt and import it manually.')
+ logger.warning(f'You can GET root certificate from http://localhost:{setting.config["server"]["port"]}/CERT/root.crt and import it manually.')
0 commit comments