forked from zaclys/searxng
minor grammar fix in error message
This commit is contained in:
parent
1805cfd20a
commit
006841c4ff
|
@ -74,7 +74,7 @@ try:
|
||||||
import pyasn1 # NOQA
|
import pyasn1 # NOQA
|
||||||
except ImportError:
|
except ImportError:
|
||||||
logger.critical("The pyopenssl, ndg-httpsclient, pyasn1 packages have to be installed.\n"
|
logger.critical("The pyopenssl, ndg-httpsclient, pyasn1 packages have to be installed.\n"
|
||||||
"Some HTTPS connections will failed")
|
"Some HTTPS connections will fail")
|
||||||
|
|
||||||
|
|
||||||
static_path, templates_path, themes =\
|
static_path, templates_path, themes =\
|
||||||
|
|
Loading…
Reference in New Issue